diff --git a/flake.nix b/flake.nix index c779aa2..366bdac 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ # X1 Carbon ooksx1 = lib.nixosSystem { inherit system; - modules = [ ./system/ooksx1/ ]; + modules = [ ./system/ooksx1 ]; specialArgs = { inherit inputs outputs; }; }; };