flake: fix input urls
This commit is contained in:
parent
24078721a5
commit
ec0ff4be25
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@
|
|||
deploy-rs.url = "github:serokell/deploy-rs?ref=master";
|
||||
flake-utils.url = "github:numtide/flake-utils?ref=main";
|
||||
neovim-nightly.url = "github:nix-community/neovim-nightly-overlay?ref=master";
|
||||
caddy.url = "git+https://forge.acomputer.lol/adtya/caddy-with-modules?ref=main";
|
||||
adtyaxyz.url = "git+https://forge.acomputer.lol/adtya/adtya.xyz?ref=main";
|
||||
wiki.url = "git+https://forge.acomputer.lol/adtya/wiki?ref=main";
|
||||
caddy.url = "git+https://git.acomputer.lol/adtya/caddy-with-modules?ref=main";
|
||||
adtyaxyz.url = "git+https://git.acomputer.lol/adtya/adtya.xyz?ref=main";
|
||||
wiki.url = "git+https://git.acomputer.lol/adtya/wiki?ref=main";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
Loading…
Reference in a new issue