all: back to nix unstable

This commit is contained in:
Aaron Bieber 2023-09-29 06:02:42 -06:00
parent 3e2eeb53bf
commit 8acda017c1
No known key found for this signature in database

View File

@ -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
''; '';