This commit is contained in:
Lyn 2024-10-16 17:07:23 +02:00
parent a03162b769
commit 937fd13a51

View file

@ -20,7 +20,7 @@
});
inherit (nixpkgs) lib;
mkLocalMods = import ./meta/mkLocalMods.nix {inherit lib;};
mkLocalModsInput = (mkLocalMods {prefix = ["lyn"]; dir = ./modules;})
mkLocalModsInput = (mkLocalMods {prefix = ["lyn"]; dir = ./modules;});
in {
nixosConfigurations = {
"forgenite" = nixpkgs.lib.nixosSystem {