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
inherit (xinlib) todo;
nixOptions = {
gc = {
automatic = true;
@ -9,7 +8,7 @@ let
};
# 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 = ''
experimental-features = nix-command flakes
'';