Use our own home-manager fork for now
This commit is contained in:
parent
747ecef426
commit
586dc176e6
10
flake.lock
10
flake.lock
|
@ -147,15 +147,15 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1656169755,
|
||||
"narHash": "sha256-Nlnm4jeQWEGjYrE6hxi/7HYHjBSZ/E0RtjCYifnNsWk=",
|
||||
"owner": "nix-community",
|
||||
"lastModified": 1665306232,
|
||||
"narHash": "sha256-uvF5ExKsqlk/FcxlETKBvBppHxfJ73GD+z5CoiPhMsY=",
|
||||
"owner": "natsukagami",
|
||||
"repo": "home-manager",
|
||||
"rev": "4a3d01fb53f52ac83194081272795aa4612c2381",
|
||||
"rev": "d136b57cb31adf25519f2543bfc8494d530307b5",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"owner": "natsukagami",
|
||||
"ref": "release-22.05",
|
||||
"repo": "home-manager",
|
||||
"type": "github"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
darwin.url = "github:lnl7/nix-darwin/master";
|
||||
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";
|
||||
sops-nix.url = "github:Mic92/sops-nix";
|
||||
deploy-rs.url = "github:Serokell/deploy-rs";
|
||||
|
|
Loading…
Reference in a new issue