fix: use tar.gz archive instead of git URL
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
Some checks failed
Continuous Integration / Checks (push) Has been cancelled
This commit is contained in:
parent
16e42c3177
commit
fc616b7be6
3 changed files with 6 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
homepage = {
|
||||
url = "git+https://git.dadada.li/dadada/dadada.li.git";
|
||||
url = "https://git.dadada.li/dadada/dadada.li/archive/main.tar.gz";
|
||||
flake = false;
|
||||
};
|
||||
agenix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue