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

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";