A collection of easily useable/reusable nilla shells

feat: add python shell #2

merged opened by thecoded.prof targeting main from private/coded/push-ylryrulwsykk
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:t4ifz7bz4cnukxryiqnbgxxr/sh.tangled.repo.pull/3mfsfo43hub22
+16
Diff #0
+16
nilla.nix
··· 63 63 }; 64 64 }; 65 65 66 + shells.python = { 67 + systems = [ "x86_64-linux" ]; 68 + 69 + shell = 70 + { 71 + pkgs, 72 + mkShell, 73 + }: 74 + mkShell { 75 + packages = [ 76 + pkgs.python314 77 + pkgs.python314Packages.pip 78 + ]; 79 + }; 80 + }; 81 + 66 82 shells.typst = { 67 83 systems = [ "x86_64-linux" ]; 68 84

History

1 round 0 comments
sign up or login to add to the discussion
thecoded.prof submitted #0
1 commit
expand
feat: add python shell
expand 0 comments
pull request successfully merged