mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-24 14:56:29 +00:00
change nixFlakes to nixVersions.stable
This commit is contained in:
parent
577f07b3ca
commit
b29a2bc0a2
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@
|
|||
|
||||
# ------------ Nix Config ---------------------------------------------------
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
package = pkgs.nixVersions.stable;
|
||||
# the builders-use-substitutes is optional; useful when the builder has a faster internet connection than yours
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
Loading…
Reference in a new issue