about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/mk_system.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mk_system.nix b/lib/mk_system.nix
index 9916a2c..c813169 100644
--- a/lib/mk_system.nix
+++ b/lib/mk_system.nix
@@ -10,9 +10,10 @@ nixpkgs.lib.nixosSystem (
   {
     system = system;
 
+    specialArgs = args;
+
     modules = [
       {
-        _module.args = args;
         networking.hostName = name;
         nix.flakes.enable = true;
         system.configurationRevision = self.rev or "dirty";