typo
This commit is contained in:
parent
a03162b769
commit
937fd13a51
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
});
|
});
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
mkLocalMods = import ./meta/mkLocalMods.nix {inherit lib;};
|
mkLocalMods = import ./meta/mkLocalMods.nix {inherit lib;};
|
||||||
mkLocalModsInput = (mkLocalMods {prefix = ["lyn"]; dir = ./modules;})
|
mkLocalModsInput = (mkLocalMods {prefix = ["lyn"]; dir = ./modules;});
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
"forgenite" = nixpkgs.lib.nixosSystem {
|
"forgenite" = nixpkgs.lib.nixosSystem {
|
||||||
|
|
Loading…
Reference in a new issue