flake.nix: move to lix attic fork

This commit is contained in:
Nikodem Rabuliński 2024-07-19 21:25:16 +02:00 committed by Nikodem Rabuliński
parent 6d8c8a8f52
commit 8ee21a78f5
2 changed files with 19 additions and 28 deletions

43
flake.lock generated
View file

@ -34,23 +34,28 @@
],
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"lix": [
"lix"
],
"lix-module": [
"lix-module"
],
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
]
},
"locked": {
"lastModified": 1720542474,
"narHash": "sha256-aKjJ/4l2I9+wNGTaOGRsuS3M1+IoTibqgEMPDikXm04=",
"owner": "zhaofengli",
"repo": "attic",
"rev": "6139576a3ce6bb992e0f6c3022528ec233e45f00",
"type": "github"
"lastModified": 1721416846,
"narHash": "sha256-dY7YoNln1wUBM83SRPYoAIzndSnp+YaqE5GdR+wr+wg=",
"ref": "refs/heads/main",
"rev": "f2cfa79c615f3fbec09b67550329ca9840a65f4b",
"revCount": 223,
"type": "git",
"url": "https://git.lix.systems/nrabulinski/attic.git"
},
"original": {
"owner": "zhaofengli",
"repo": "attic",
"type": "github"
"type": "git",
"url": "https://git.lix.systems/nrabulinski/attic.git"
}
},
"blobs": {
@ -607,22 +612,6 @@
"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": {
"locked": {
"lastModified": 1690753480,

View file

@ -128,9 +128,11 @@
url = "github:nrabulinski/nur-packages";
};
attic = {
url = "github:zhaofengli/attic";
url = "git+https://git.lix.systems/nrabulinski/attic.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.crane.follows = "crane";
inputs.lix.follows = "lix";
inputs.lix-module.follows = "lix-module";
};
helix = {
url = "github:helix-editor/helix";