enable some experimental stuff

This commit is contained in:
Adithya 2023-04-24 22:12:37 +05:30
parent c198e92d90
commit 5b1598e14d
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -7,7 +7,7 @@
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [ "nix-command" "flakes" "auto-allocate-uids" "cgroups" "ca-derivations" ];
};
nixpkgs.config.allowUnfree = true;
}