Don't use Default
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
outputs = { self, nixpkgs, handyhelper }: let
|
outputs = { self, nixpkgs, handyhelper }: let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
handy_py = handyhelper.packages.${system}.default;
|
handy_py = handyhelper.packages.${system}.handyhelper;
|
||||||
in {
|
in {
|
||||||
nixosConfigurations."staging" = nixpkgs.lib.nixosSystem {
|
nixosConfigurations."staging" = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|||||||
Reference in New Issue
Block a user