home-manager is a flake now
This commit is contained in:
parent
4f0ffa2146
commit
35cdf8f533
2 changed files with 9 additions and 10 deletions
17
flake.lock
generated
17
flake.lock
generated
|
@ -23,27 +23,26 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1596118171,
|
"lastModified": 1599242479,
|
||||||
"narHash": "sha256-+Zbkjrk9vEfeJ95sFVvJDQGcEa2cL8koq+8CRQG2keA=",
|
"narHash": "sha256-hqI+F1S8gW5OJ+DitXl6F/5f/A7RvnmZJAcR7BDndtQ=",
|
||||||
"owner": "ehmry",
|
"owner": "rycee",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "134222c9cd6132cd3bd848b91aa52b1416e99f71",
|
"rev": "41b1af808f1de69c31f3fd164d5274154ee782e4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "ehmry",
|
"owner": "rycee",
|
||||||
"ref": "flake",
|
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1599041662,
|
"lastModified": 1599239543,
|
||||||
"narHash": "sha256-GQhubHkcTOnVTG8yrRep4EwNEA04xMIOnGEs5/pcXy8=",
|
"narHash": "sha256-PpZHP6VO4pdaR63gsIP/c1hvEFmZm2ZBshktm2BAc6c=",
|
||||||
"owner": "charvp",
|
"owner": "charvp",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ee0d559dae1bd2bdf3591b3efc5ce832ebbf2b1d",
|
"rev": "8c7ed979b98e527d822696673398cf4996a1f3bf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = { url = "github:charvp/nixpkgs/master"; };
|
nixpkgs = { url = "github:charvp/nixpkgs/master"; };
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:ehmry/home-manager/flake";
|
url = "github:rycee/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
flake-utils = { url = "github:numtide/flake-utils/master"; };
|
flake-utils = { url = "github:numtide/flake-utils/master"; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue