+16
nilla.nix
+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
thecoded.prof
submitted
#0
1 commit
expand
collapse
feat: add python shell
expand 0 comments
pull request successfully merged