From f75c4626b50a525cd4dabb16593713bf8aa3516c Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 13 Jan 2023 00:14:09 +0000 Subject: [PATCH] fix: bad path --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2db6edf..9976dd5 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ # nixpkgs.lib.nixosSystem is a fucntion that is used to turn a attribute set into the config for a machiene nixpkgs.lib.nixosSystem { system = config.system; - modules = modules.system; + modules = config.modules; } ); }