Bump home manager
This commit is contained in:
parent
4fe86fe23c
commit
3d3492574f
@ -3,8 +3,8 @@
|
|||||||
let
|
let
|
||||||
unstable = import <unstable> {};
|
unstable = import <unstable> {};
|
||||||
home-manager = builtins.fetchGit {
|
home-manager = builtins.fetchGit {
|
||||||
url = "https://github.com/rycee/home-manager.git";
|
url = "https://github.com/nix-community/home-manager.git";
|
||||||
rev = "8bbefa77f7e95c80005350aeac6fe425ce47c288"; # Updated 28 May 2020
|
rev = "e7d5531cfa770afc591f8dc5542eb4fba9962885"; # Updated 19 Oct 2020
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
imports = [ "${home-manager}/nixos" ];
|
imports = [ "${home-manager}/nixos" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user