From 7f860d0154864b8488841db7624fc4c7af02e973 Mon Sep 17 00:00:00 2001 From: "DavidCrompton1192@gmail.com" Date: Wed, 15 Mar 2023 22:47:41 -0400 Subject: [PATCH] Don't use Default --- deploy/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;