mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +00:00
fix(wsl): specify system
This commit is contained in:
parent
ae9b39d2b8
commit
79363ee03b
2 changed files with 40 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
modules = [ ./hosts/nixos/configuration.nix ];
|
||||
};
|
||||
wsl = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs rootPath; };
|
||||
modules = [ ./hosts/wsl/configuration.nix ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue