updates from makefile

This commit is contained in:
Don Harper 2023-10-28 11:55:55 -05:00
parent e8665ba1d7
commit e3c7b7b449
2 changed files with 6 additions and 6 deletions

6
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1698392685, "lastModified": 1698479159,
"narHash": "sha256-yx/sbRneR2AfSAeAMqUu0hoVJdjh+qhl/7dkirp8yo8=", "narHash": "sha256-rJHBDwW4LbADEfhkgGHjKGfL2dF44NrlyXdXeZrQahs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "1369d2cefb6f128c30e42fabcdebbacc07e18b3f", "rev": "f92a54fef4eacdbe86b0a2054054dd58b0e2a2a4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,9 +5,9 @@ let
pip pip
pipx pipx
python-dateutil python-dateutil
#setuptools setuptools
]; ];
python-with-my-packages = pkgs.python311Full.withPackages my-python-packages; python-with-my-packages = pkgs.python313Full.withPackages my-python-packages;
in in
{ {
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -179,7 +179,7 @@ in
pulseaudio pulseaudio
ruby ruby
steam steam
#udiskie udiskie
wireplumber wireplumber
wlsunset wlsunset
xdg-utils xdg-utils