mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 00:48:30 +00:00
Remove system and extra-platforms
Not sure why it was there.
This commit is contained in:
parent
38f62cdff6
commit
733a944507
@ -4,16 +4,13 @@
|
||||
package = pkgs.nix;
|
||||
|
||||
settings = {
|
||||
system = "aarch64-darwin";
|
||||
extra-platforms = [
|
||||
"aarch64-darwin"
|
||||
"x86_64-darwin"
|
||||
];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
build-users-group = "nixbld";
|
||||
|
||||
trusted-users = [
|
||||
"root"
|
||||
"larstvei"
|
||||
|
Loading…
Reference in New Issue
Block a user