mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: fix devShell and lack of invidious
This commit is contained in:
parent
fb806d9050
commit
13bb455c47
2 changed files with 3 additions and 1 deletions
|
|
@ -84,9 +84,10 @@
|
|||
name = "argocd";
|
||||
attr = "pkgs.argocd";
|
||||
})
|
||||
(mkWrapper {
|
||||
(mkWrapper rec {
|
||||
name = "deploy";
|
||||
attr = "deploy-rs";
|
||||
exe = name;
|
||||
})
|
||||
(mkWrapper rec {
|
||||
name = "smbencrypt";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue