removed wrong braces
This commit is contained in:
parent
484294455c
commit
be5302cc25
1 changed files with 4 additions and 5 deletions
|
@ -25,12 +25,11 @@
|
|||
];
|
||||
};
|
||||
nixConfigurations.nixsurface = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = { inherit system; };
|
||||
specialArgs = { inherit system; };
|
||||
|
||||
modules = [
|
||||
./surface-config.nix
|
||||
];
|
||||
};
|
||||
modules = [
|
||||
./surface-config.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue