From 22bc79ccab33f6565e8d3938acb3d597b5efdff0 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 31 Jul 2023 15:53:30 +1200 Subject: [PATCH] flake change --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; };