flake change

This commit is contained in:
ooks-io 2023-07-31 15:53:30 +12:00
parent 84208042f2
commit 22bc79ccab

View file

@ -28,7 +28,7 @@
# X1 Carbon # X1 Carbon
ooksx1 = lib.nixosSystem { ooksx1 = lib.nixosSystem {
inherit system; inherit system;
modules = [ ./system/ooksx1/ ]; modules = [ ./system/ooksx1 ];
specialArgs = { inherit inputs outputs; }; specialArgs = { inherit inputs outputs; };
}; };
}; };