fix module
This commit is contained in:
parent
94a5f9c8da
commit
8744f3a6c8
@ -31,7 +31,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
defaultPackage = forAllSystems (system: self.packages.${system}.tsns);
|
defaultPackage = forAllSystems (system: self.packages.${system}.tsns);
|
||||||
nixosModule.default = import ./module.nix;
|
nixosModule = import ./module.nix;
|
||||||
devShells = forAllSystems (system:
|
devShells = forAllSystems (system:
|
||||||
let
|
let
|
||||||
pkgs = nixpkgsFor.${system};
|
pkgs = nixpkgsFor.${system};
|
||||||
|
Loading…
Reference in New Issue
Block a user