fix(home-manager): services broken on nixos-unstable

This commit is contained in:
Infinidoge 2022-04-06 20:30:27 -04:00
parent 3d14f49d4b
commit ff8f2f30c3

View file

@ -22,7 +22,9 @@
bud.inputs.nixpkgs.follows = "nixos"; bud.inputs.nixpkgs.follows = "nixos";
bud.inputs.devshell.follows = "digga/devshell"; 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"; home.inputs.nixpkgs.follows = "nixos";
deploy.url = "github:input-output-hk/deploy-rs"; deploy.url = "github:input-output-hk/deploy-rs";