flake.lock: update
This commit is contained in:
parent
39bf79e334
commit
11d81001f5
3 changed files with 73 additions and 79 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue