all: back to nix unstable
This commit is contained in:
parent
3e2eeb53bf
commit
8acda017c1
@ -1,6 +1,5 @@
|
|||||||
{ pkgs, xinlib, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
inherit (xinlib) todo;
|
|
||||||
nixOptions = {
|
nixOptions = {
|
||||||
gc = {
|
gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
@ -9,7 +8,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Enable flakes
|
# Enable flakes
|
||||||
package = todo "nix 2.18 has a regress: https://github.com/NixOS/nix/issues/9052" pkgs.nixVersions.nix_2_17;
|
package = pkgs.nixUnstable;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user