mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +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;
|
package = pkgs.nix;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
system = "aarch64-darwin";
|
|
||||||
extra-platforms = [
|
|
||||||
"aarch64-darwin"
|
|
||||||
"x86_64-darwin"
|
|
||||||
];
|
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
|
||||||
build-users-group = "nixbld";
|
build-users-group = "nixbld";
|
||||||
|
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
"larstvei"
|
"larstvei"
|
||||||
|
Loading…
Reference in New Issue
Block a user