flake.lock: update
All checks were successful
/ check (pull_request) Successful in 1m25s
/ check (push) Successful in 2m29s

This commit is contained in:
Nikodem Rabuliński 2025-06-22 22:07:09 +02:00
parent 39bf79e334
commit 11d81001f5
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8
3 changed files with 73 additions and 79 deletions

View file

@ -48,7 +48,7 @@
flake = false;
};
attic = {
url = "git+https://git.lix.systems/nrabulinski/attic.git";
url = "https://git.lix.systems/nrabulinski/attic/archive/main.tar.gz";
flake = false;
};
crane = {
@ -64,11 +64,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lix = {
url = "git+https://git.lix.systems/lix-project/lix.git";
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
flake = false;
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module.git";
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};