home-manager: use release-23.05 branch

This commit is contained in:
teutat3s 2023-06-13 16:25:49 +02:00
parent abeefac8ae
commit 7909559d8f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 5 additions and 4 deletions

View file

@ -274,15 +274,16 @@
]
},
"locked": {
"lastModified": 1684157850,
"narHash": "sha256-xGHTCgvAxO5CgAL6IAgE/VGRX2wob2Y+DPyqpXJ32oQ=",
"lastModified": 1686582345,
"narHash": "sha256-z4wLfa++k1d7Y/tQpQYub1D0K0OO9Wju0FZ8U53KUE0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "c0deab0effd576e70343cb5df0c64428e0e0d010",
"rev": "e753d659c64c7d158433d87ef7d6151ca1d1817a",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-23.05",
"repo": "home-manager",
"type": "github"
}

View file

@ -21,7 +21,7 @@
digga.inputs.darwin.follows = "darwin";
digga.inputs.flake-compat.follows = "flake-compat";
home.url = "github:nix-community/home-manager";
home.url = "github:nix-community/home-manager/release-23.05";
home.inputs.nixpkgs.follows = "nixos";
darwin.url = "github:LnL7/nix-darwin";