Moved git-worspace
modules to home-manager
(created PR upstream)
https://github.com/nix-community/home-manager/pull/3811
This commit is contained in:
parent
52298435cd
commit
091b4150e8
5 changed files with 14 additions and 121 deletions
|
@ -10,6 +10,11 @@
|
|||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
};
|
||||
# TODO: remove after https://github.com/nix-community/home-manager/pull/3811
|
||||
homeManagerGitWorkspace = {
|
||||
url = "github:aciceri/home-manager/git-workspace";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
};
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue