mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
Fixed stupidity
This commit is contained in:
parent
061ff4c705
commit
90b8657dde
2 changed files with 10 additions and 5 deletions
|
@ -14,7 +14,7 @@ lib: with lib; let
|
|||
};
|
||||
};
|
||||
}));
|
||||
default = {};
|
||||
default = { };
|
||||
};
|
||||
|
||||
config = {
|
||||
|
@ -36,9 +36,14 @@ lib: with lib; let
|
|||
lambda = {
|
||||
arch = "aarch64-linux";
|
||||
};
|
||||
tower = {
|
||||
arch = "x86_64-linux";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
in (evalModules { inherit modules; }).config
|
||||
in
|
||||
(evalModules { inherit modules; }).config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue