Use channels locally, hopefully build offline.

This commit is contained in:
root@procul
2021-04-19 01:35:16 -05:00
parent eb3127a99d
commit 951ffa3ff9
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -8,10 +8,7 @@ in {
imports = [
(initialize {
hostname = local.hostname;
home-manager-package = builtins.fetchGit {
url = "https://github.com/nix-community/home-manager.git";
ref = "release-20.09";
};
home-manager-package = <home-manager>;
pkgs = pkgs;
})
];