Don't use Default

This commit is contained in:
2023-03-15 22:47:41 -04:00
parent c434a1d0c1
commit 7f860d0154

View File

@@ -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;