1
0
Fork 0

Revert "Bump home manager"

This reverts commit 3d3492574f.
master
dump_stack() 2020-10-20 17:34:33 +00:00
parent 3024545f1c
commit 92b0776373
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
let
unstable = import <unstable> {};
home-manager = builtins.fetchGit {
url = "https://github.com/nix-community/home-manager.git";
rev = "e7d5531cfa770afc591f8dc5542eb4fba9962885"; # Updated 19 Oct 2020
url = "https://github.com/rycee/home-manager.git";
rev = "8bbefa77f7e95c80005350aeac6fe425ce47c288"; # Updated 28 May 2020
};
in {
imports = [ "${home-manager}/nixos" ];