nix/nixpkgs.nix: remove hardcoded hostPlatform
this is done anyways in hosts/default.nix
This commit is contained in:
parent
a28714dbab
commit
09824b2a0a
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
nixpkgs = {
|
||||
# Configuration reference:
|
||||
# <https://nixos.org/manual/nixpkgs/unstable/#chap-packageconfig>
|
||||
hostPlatform = "x86_64-linux";
|
||||
config = {
|
||||
# Disallow broken packages to be built. allowBroken = false;
|
||||
allowUnsupportedSystem = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue