Switch to stable version of Nix

Nix development has picked up pace again in past few months, and stable versions
include 'experimental features' that can be enabled behind feature flags.

So, it is no longer necessary to keep using the unstable version which
occasionally can bring unwanted surprises.
This commit is contained in:
Payas Relekar 2022-03-08 23:58:44 +05:30
parent c2bca72dd3
commit d88376a37c

View file

@ -2,7 +2,6 @@
{
nix = {
# Enable Flakes systemwide, and set gc-roots for nix-direnv
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes ca-derivations
keep-outputs = true