added python package

This commit is contained in:
lsoriano-mcm
2025-07-03 20:50:31 -05:00
parent 8491971427
commit a4cf2833bc
3 changed files with 6 additions and 0 deletions
View File
+1
View File
@@ -1,4 +1,5 @@
{
imports = [
../../packages/python/default.nix
];
}
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python313Full
];
}