From 7d7b53bb9773af8f6deb59fe33d4a89ec2be0182 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 19:52:57 +0900 Subject: [PATCH] Update to unstable --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 63aa064b..282fb6aa 100644 --- a/flake.nix +++ b/flake.nix @@ -11,11 +11,11 @@ # Manage dotfiles in a home directory home-manager.url = "github:nix-community/home-manager/release-23.05"; - home-manager.inputs.nixpkgs.follows = "stable-nixpkgs"; + home-manager.inputs.nixpkgs.follows = "unstable-nixpkgs"; # Secureboot Configuration lanzaboote.url = "github:nix-community/lanzaboote"; - lanzaboote.inputs.nixpkgs.follows = "stable-nixpkgs"; + lanzaboote.inputs.nixpkgs.follows = "unstable-nixpkgs"; # Nix User Repository nur.url = "github:nix-community/NUR";