nix: version home-manager along the nixos channels

This commit is contained in:
steveej 2019-03-06 00:04:09 +01:00
parent 0913cdc4d5
commit ec01ff74b6
5 changed files with 29 additions and 14 deletions

View file

@ -7,4 +7,9 @@
ref = "nixos-unstable";
rev = "<% git ls-remote https://github.com/nixos/nixpkgs-channels nixos-unstable | awk '{ print $1 }' | tr -d '\n' -%>";
};
homeManagerModule = {
url = "https://github.com/rycee/home-manager";
ref = "master";
rev = "<% git ls-remote https://github.com/rycee/home-manager.git master | awk '{ print $1 }' | tr -d '\n' -%>";
};
}