diff --git a/deploy/flake.nix b/deploy/flake.nix index d02547b..620856a 100644 --- a/deploy/flake.nix +++ b/deploy/flake.nix @@ -4,7 +4,7 @@ outputs = { self, nixpkgs, handyhelper }: let system = "x86_64-linux"; - handy_py = handyhelper.packages.${system}.default; + handy_py = handyhelper.packages.${system}.handyhelper; in { nixosConfigurations."staging" = nixpkgs.lib.nixosSystem { inherit system;