1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

clean: move nixpkgs.hostPlatform declarations to hardware.nix

This commit is contained in:
RGBCube 2025-02-25 22:11:30 +03:00
parent 44342ee31d
commit a7c9b60944
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
10 changed files with 17 additions and 7 deletions

View file

@ -33,4 +33,6 @@ in {
swapDevices = [{
device = "/dev/disk/by-label/swap";
}];
nixpkgs.hostPlatform = "x86_64-linux";
}