mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-18 19:24:09 +02:00
fix system builder
This commit is contained in:
parent
01746e615a
commit
30b6429df9
1 changed files with 2 additions and 1 deletions
|
@ -5,10 +5,11 @@
|
|||
}:
|
||||
|
||||
let
|
||||
inherit (nixpkgs.lib.systems.parse) doubleFromSystem mkSystemFromString;
|
||||
mkSystem =
|
||||
systemConfig: name:
|
||||
nixpkgs.lib.nixosSystem rec {
|
||||
system = lib.systems.parse.doubleFromSystem systemConfig;
|
||||
system = doubleFromSystem (mkSystemFromString systemConfig);
|
||||
specialArgs = inputs;
|
||||
modules = [
|
||||
./${name}
|
||||
|
|
Loading…
Add table
Reference in a new issue