From afcd6493a39a79e8221e8e2f4f6102e09bceee76 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sat, 30 Mar 2024 12:04:26 +0100 Subject: [PATCH] fischer: return to unstable --- lib/luj.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/luj.nix b/lib/luj.nix index 13659c8..66c62ce 100644 --- a/lib/luj.nix +++ b/lib/luj.nix @@ -49,7 +49,7 @@ inputs: lib: with lib; let }; fischer = { arch = "x86_64-linux"; - nixpkgs_version = inputs.unstable-plus-patches; + nixpkgs_version = inputs.unstable; hm_version = inputs.home-manager-unstable; }; enigma = {