flake: move attic to flake=false
All checks were successful
/ check (push) Successful in 42s

This commit is contained in:
Nikodem Rabuliński 2025-05-01 22:12:27 +02:00
parent daae64b03e
commit ea450ca4df
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8
3 changed files with 15 additions and 103 deletions

View file

@ -56,9 +56,7 @@
};
attic = {
url = "git+https://git.lix.systems/nrabulinski/attic.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
inputs.lix-module.follows = "lix-module";
flake = false;
};
crane = {
url = "github:ipetkov/crane";
@ -71,7 +69,6 @@
zjstatus = {
url = "github:dj95/zjstatus";
inputs.nixpkgs.follows = "nixpkgs";
inputs.crane.follows = "attic/crane";
};
lix = {
url = "git+https://git.lix.systems/lix-project/lix.git";