fix(home-manager): services broken on nixos-unstable
This commit is contained in:
parent
3d14f49d4b
commit
ff8f2f30c3
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@
|
|||
bud.inputs.nixpkgs.follows = "nixos";
|
||||
bud.inputs.devshell.follows = "digga/devshell";
|
||||
|
||||
home.url = "github:nix-community/home-manager";
|
||||
# home.url = "github:nix-community/home-manager";
|
||||
# FIXME: https://github.com/nix-community/home-manager/issues/2846
|
||||
home.urk = "github:wentasah/home-manager";
|
||||
home.inputs.nixpkgs.follows = "nixos";
|
||||
|
||||
deploy.url = "github:input-output-hk/deploy-rs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue