From 86e287bdd24f432cdbb5622d68498221f2a998ae Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 10 May 2024 22:25:01 +0900 Subject: fix(modules/flake): switch from nixVersions.unstable * Breaking change caused by https://github.com/NixOS/nixpkgs/commit/2b4e18f3d4a7b80af21b640c0970f83b34efceff --- modules/flakes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/flakes.nix b/modules/flakes.nix index ff85ab5..b666131 100644 --- a/modules/flakes.nix +++ b/modules/flakes.nix @@ -12,7 +12,7 @@ in config = lib.mkIf config.nix.flakes.enable { nix = { - package = pkgs.nixUnstable; + package = pkgs.nixFlakes; experimentalFeatures = "nix-command flakes"; registry.nixpkgs.flake = unstable; -- cgit 1.4.1