switch back to home-manager master
This commit is contained in:
parent
d9b73bfd43
commit
94a3281cbe
2 changed files with 6 additions and 7 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -7,16 +7,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1624718580,
|
"lastModified": 1625162737,
|
||||||
"narHash": "sha256-hzt3zC4lm7XvvEISpaJirotBOo7XYdeI3cVslT/BvMw=",
|
"narHash": "sha256-IzKTw2u/EKVr6TCQYylSAcOnrVRpir3wG3MUHj2LsTc=",
|
||||||
"owner": "LavaDesu",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "c52a96d07de8930de256ffeffd82314757f7a5da",
|
"rev": "7df6656b113ce0d39c8b7d30915cafe046e1d64e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "LavaDesu",
|
"owner": "nix-community",
|
||||||
"ref": "aa",
|
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; };
|
nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; };
|
||||||
home-manager = { url = "github:LavaDesu/home-manager/aa"; };
|
home-manager = { url = "github:nix-community/home-manager"; };
|
||||||
secrets = { url = "github:LavaDesu/flakes-secrets"; };
|
secrets = { url = "github:LavaDesu/flakes-secrets"; };
|
||||||
|
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue