Use our own home-manager fork for now

This commit is contained in:
Natsu Kagami 2022-10-09 11:29:00 +02:00
parent 747ecef426
commit 586dc176e6
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 6 additions and 6 deletions

View file

@ -147,15 +147,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1656169755, "lastModified": 1665306232,
"narHash": "sha256-Nlnm4jeQWEGjYrE6hxi/7HYHjBSZ/E0RtjCYifnNsWk=", "narHash": "sha256-uvF5ExKsqlk/FcxlETKBvBppHxfJ73GD+z5CoiPhMsY=",
"owner": "nix-community", "owner": "natsukagami",
"repo": "home-manager", "repo": "home-manager",
"rev": "4a3d01fb53f52ac83194081272795aa4612c2381", "rev": "d136b57cb31adf25519f2543bfc8494d530307b5",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "natsukagami",
"ref": "release-22.05", "ref": "release-22.05",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"

View file

@ -6,7 +6,7 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
darwin.url = "github:lnl7/nix-darwin/master"; darwin.url = "github:lnl7/nix-darwin/master";
darwin.inputs.nixpkgs.follows = "nixpkgs-unstable"; darwin.inputs.nixpkgs.follows = "nixpkgs-unstable";
home-manager.url = "github:nix-community/home-manager/release-22.05"; home-manager.url = "github:natsukagami/home-manager/release-22.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix"; sops-nix.url = "github:Mic92/sops-nix";
deploy-rs.url = "github:Serokell/deploy-rs"; deploy-rs.url = "github:Serokell/deploy-rs";