check_updates now in scripts, removed redundant pkgs argument passage in overlay.nix

This commit is contained in:
2024-11-17 08:40:27 -05:00
parent 2b3858006b
commit 1036d4e449
4 changed files with 22 additions and 119 deletions

View File

@@ -31,7 +31,7 @@
};
Service = {
ExecStart = "${pkgs.nix}/bin/nix-shell -p python3Packages.requests --run '${pkgs.python311}/bin/python ${pkgs.myPkgs.check_updates}/bin/checkupdates.py'";
ExecStart = "${pkgs.nix}/bin/nix-shell -p python3Packages.requests --run '${pkgs.python311}/bin/python ${pkgs.myScripts.check_updates}/bin/checkupdates.py'";
Type = "simple";
};
};