From ef1e83b764399d5ceb6b54bd6248cf51d7c19820 Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Thu, 9 Sep 2021 21:58:12 +0200 Subject: [PATCH] changed home manager branch --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 68f3a3f..6307ea7 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ utils.url = github:gytis-ivaskevicius/flake-utils-plus/release-1.2.0-without-deprecated-code; home-manager = { - url = github:nix-community/home-manager; + url = github:nix-community/home-manager/release-21.05; inputs.nixpkgs.follows = "nixpkgs"; }; };