Use Package not Application

This commit is contained in:
2023-03-15 22:52:36 -04:00
parent 7f860d0154
commit ee29c54eef
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
outputs = { self, nixpkgs, handyhelper }: let
system = "x86_64-linux";
handy_py = handyhelper.packages.${system}.handyhelper;
handy_py = handyhelper.packages.${system}.handyhelper_pkg;
in {
nixosConfigurations."staging" = nixpkgs.lib.nixosSystem {
inherit system;