change nixFlakes to nixVersions.stable

This commit is contained in:
Felix Suchert 2024-10-23 14:38:28 -04:00
parent 577f07b3ca
commit b29a2bc0a2
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -96,7 +96,7 @@
# ------------ Nix Config --------------------------------------------------- # ------------ Nix Config ---------------------------------------------------
nix = { 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 # the builders-use-substitutes is optional; useful when the builder has a faster internet connection than yours
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes