From 937fd13a51fa4e2df03285b51dc106d21d808b24 Mon Sep 17 00:00:00 2001 From: Lyn Date: Wed, 16 Oct 2024 17:07:23 +0200 Subject: [PATCH] typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {