fix(nixVersions)!: latest
-> stable
Attribute `latest` is gone for some reason
This commit is contained in:
parent
a73cd43bbf
commit
4a12826d66
6 changed files with 71 additions and 61 deletions
|
@ -10,7 +10,29 @@
|
|||
|
||||
nix = {
|
||||
# Ensure we can work with flakes
|
||||
package = pkgs.nixVersions.latest-monitored;
|
||||
package = pkgs.nixVersions.stable-monitored;
|
||||
|
||||
# extraOptions = ''
|
||||
# # Enable flakes and new 'nix' command
|
||||
# experimental-features = nix-command flakes
|
||||
# # Allow building multiple derivations in parallel
|
||||
# max-jobs = auto
|
||||
# # Deduplicate and optimize nix store
|
||||
# auto-optimise-store = true
|
||||
# # Keep outputs and derivations
|
||||
# keep-outputs = true
|
||||
# keep-derivations = true
|
||||
# '';
|
||||
|
||||
# registry.nixpkgs.flake = inputs.nixpkgs;
|
||||
# registry =
|
||||
# lib.mapAttrs'
|
||||
# (name: value:
|
||||
# {
|
||||
# name = name;
|
||||
# value = { flake = value; };
|
||||
# })
|
||||
# inputs;
|
||||
|
||||
settings = {
|
||||
# Enable flakes and new 'nix' command
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
nix = {
|
||||
# Ensure we can work with flakes
|
||||
package = pkgs.nixVersions.latest;
|
||||
package = pkgs.nixVersions.stable;
|
||||
|
||||
# extraOptions = ''
|
||||
# # Enable flakes and new 'nix' command
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
keep-derivations = true
|
||||
'';
|
||||
|
||||
nix.package = pkgs.nixVersions.latest;
|
||||
nix.package = pkgs.nixVersions.stable;
|
||||
|
||||
time.timeZone = "Europe/Sofia";
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
# };
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixVersions.latest;
|
||||
package = pkgs.nixVersions.stable;
|
||||
|
||||
# Enable flakes, the new `nix` commands and better support for flakes in it
|
||||
extraOptions = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue