From bd74575dce276d2834741cbeba8c459c53227804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 8 Feb 2019 17:59:37 +0100 Subject: [PATCH] home-manager: use release-18.09 branch --- main.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nix b/main.nix index 643aa83..baf38e2 100644 --- a/main.nix +++ b/main.nix @@ -3,7 +3,7 @@ let helpers = import ./helpers.nix; in { imports = [ - "${builtins.fetchTarball https://github.com/rycee/home-manager/archive/master.tar.gz}/nixos" + "${builtins.fetchTarball https://github.com/rycee/home-manager/archive/release-18.09.tar.gz}/nixos" ./options.nix configs/hu-berlin.nix configs/shells.nix