flake.nix: move to lix attic fork
This commit is contained in:
parent
6d8c8a8f52
commit
8ee21a78f5
2 changed files with 19 additions and 28 deletions
43
flake.lock
generated
43
flake.lock
generated
|
@ -34,23 +34,28 @@
|
||||||
],
|
],
|
||||||
"flake-compat": "flake-compat",
|
"flake-compat": "flake-compat",
|
||||||
"flake-utils": "flake-utils",
|
"flake-utils": "flake-utils",
|
||||||
|
"lix": [
|
||||||
|
"lix"
|
||||||
|
],
|
||||||
|
"lix-module": [
|
||||||
|
"lix-module"
|
||||||
|
],
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
]
|
||||||
"nixpkgs-stable": "nixpkgs-stable"
|
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1720542474,
|
"lastModified": 1721416846,
|
||||||
"narHash": "sha256-aKjJ/4l2I9+wNGTaOGRsuS3M1+IoTibqgEMPDikXm04=",
|
"narHash": "sha256-dY7YoNln1wUBM83SRPYoAIzndSnp+YaqE5GdR+wr+wg=",
|
||||||
"owner": "zhaofengli",
|
"ref": "refs/heads/main",
|
||||||
"repo": "attic",
|
"rev": "f2cfa79c615f3fbec09b67550329ca9840a65f4b",
|
||||||
"rev": "6139576a3ce6bb992e0f6c3022528ec233e45f00",
|
"revCount": 223,
|
||||||
"type": "github"
|
"type": "git",
|
||||||
|
"url": "https://git.lix.systems/nrabulinski/attic.git"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "zhaofengli",
|
"type": "git",
|
||||||
"repo": "attic",
|
"url": "https://git.lix.systems/nrabulinski/attic.git"
|
||||||
"type": "github"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"blobs": {
|
"blobs": {
|
||||||
|
@ -607,22 +612,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs-stable": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1711460390,
|
|
||||||
"narHash": "sha256-akSgjDZL6pVHEfSE6sz1DNSXuYX6hq+P/1Z5IoYWs7E=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "44733514b72e732bd49f5511bd0203dea9b9a434",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixos-23.11",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1690753480,
|
"lastModified": 1690753480,
|
||||||
|
|
|
@ -128,9 +128,11 @@
|
||||||
url = "github:nrabulinski/nur-packages";
|
url = "github:nrabulinski/nur-packages";
|
||||||
};
|
};
|
||||||
attic = {
|
attic = {
|
||||||
url = "github:zhaofengli/attic";
|
url = "git+https://git.lix.systems/nrabulinski/attic.git";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.crane.follows = "crane";
|
inputs.crane.follows = "crane";
|
||||||
|
inputs.lix.follows = "lix";
|
||||||
|
inputs.lix-module.follows = "lix-module";
|
||||||
};
|
};
|
||||||
helix = {
|
helix = {
|
||||||
url = "github:helix-editor/helix";
|
url = "github:helix-editor/helix";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue