diff --git a/flake.nix b/flake.nix index f1c2393..bdde919 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {