Updated to use new attribute

This commit is contained in:
Alejandro Angulo 2022-10-02 09:47:25 -07:00
parent 5634723880
commit b1eb142ac5
4 changed files with 7 additions and 6 deletions

View file

@ -22,7 +22,7 @@
nixpkgs.config.allowUnfree = true;
# Make ready for nix flakes
nix.package = pkgs.nixFlakes;
nix.package = pkgs.nixVersions.stable;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';