nixos: finish bump to 20.03 including home-manager
This commit is contained in:
parent
6430cc374e
commit
0ca2cc885f
7 changed files with 20 additions and 32 deletions
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
homeManagerModule = {
|
||||
url = "https://github.com/rycee/home-manager";
|
||||
ref = "release-19.09";
|
||||
rev = "<% git ls-remote https://github.com/rycee/home-manager.git release-19.09 | awk '{ print $1 }' | tr -d '\n' -%>";
|
||||
ref = "release-20.03";
|
||||
rev = "<% git ls-remote https://github.com/rycee/home-manager.git release-20.03 | awk '{ print $1 }' | tr -d '\n' -%>";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue