make 21.05 work

This commit is contained in:
Daniel Olsen
2021-06-04 12:42:58 +02:00
parent ce3cc61ad8
commit 0cd4c7d5f0
3 changed files with 9 additions and 10 deletions

View File

@@ -15,6 +15,6 @@
programs.home-manager = {
enable = true;
path = "https://github.com/rycee/home-manager/archive/release-20.09.tar.gz";
path = "https://github.com/rycee/home-manager/archive/release-21.05.tar.gz";
};
}