mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
platform
This commit is contained in:
parent
8d55e8d947
commit
f998b6322e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
# Helper function for generating host configs
|
||||
mkHost = { hostname, username, desktop ? null, installer ? null, platform ? "x86_64-linux" }: inputs.nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs outputs desktop hostname username stateVersion;
|
||||
inherit inputs outputs desktop hostname platform username stateVersion;
|
||||
};
|
||||
modules = [
|
||||
../nixos
|
||||
|
|
Loading…
Reference in a new issue