mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
clean: move nixpkgs.hostPlatform declarations to hardware.nix
This commit is contained in:
parent
44342ee31d
commit
a7c9b60944
10 changed files with 17 additions and 7 deletions
|
@ -58,7 +58,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
system.stateVersion = "23.11";
|
||||
home-manager.sharedModules = [{
|
||||
home.stateVersion = "23.11";
|
||||
|
|
|
@ -33,4 +33,6 @@ in {
|
|||
swapDevices = [{
|
||||
device = "/dev/disk/by-label/swap";
|
||||
}];
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue