summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-11-10 07:53:46 -0800
committerBen Sima <ben@bsima.me>2018-11-10 07:53:46 -0800
commit7283ffd5916bfc7f8d935604efe2741dd6813bab (patch)
treeedd7b493828e80f7e4b02b40428e3e9f5311e73c /common.nix
parent7966fe8a0e35bc2c24ba8a96d3790c563b2264a1 (diff)
Set home-manager.path to submodule
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index 30a2c90..991889e 100644
--- a/common.nix
+++ b/common.nix
@@ -171,7 +171,7 @@ in
programs = {
home-manager = {
enable = true;
- path = https://github.com/rycee/home-manager/archive/release-18.03.tar.gz;
+ path = "./home-manager";
};
direnv = {