This commit is contained in:
Tao Tien 2025-04-21 05:03:05 -07:00
parent aa8eb337a7
commit a8849ab745
2 changed files with 4 additions and 10 deletions

View file

@ -3,10 +3,10 @@
"devenv": { "devenv": {
"locked": { "locked": {
"dir": "src/modules", "dir": "src/modules",
"lastModified": 1742320965, "lastModified": 1745262952,
"owner": "cachix", "owner": "cachix",
"repo": "devenv", "repo": "devenv",
"rev": "6bde92766ddd3ee1630029a03d36baddd51934e2", "rev": "22465406d7981bb11043bd517ad97fc49d247687",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -40,10 +40,10 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1742300892, "lastModified": 1742649964,
"owner": "cachix", "owner": "cachix",
"repo": "git-hooks.nix", "repo": "git-hooks.nix",
"rev": "ea26a82dda75bee6783baca6894040c8e6599728", "rev": "dcf5072734cb576d2b0c59b2ac44f5050b5eac82",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -11,11 +11,6 @@
what = "//100.97.47.81/anime"; what = "//100.97.47.81/anime";
where = "/mnt/uwuraid/anime"; where = "/mnt/uwuraid/anime";
}) })
(opts
// {
what = "//100.97.47.81/appdata";
where = "/mnt/uwuraid/appdata";
})
(opts (opts
// { // {
what = "//100.97.47.81/backup"; what = "//100.97.47.81/backup";
@ -57,7 +52,6 @@
}; };
in [ in [
(opts // {where = "/mnt/uwuraid/anime";}) (opts // {where = "/mnt/uwuraid/anime";})
(opts // {where = "/mnt/uwuraid/appdata";})
(opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/backup";})
(opts // {where = "/mnt/uwuraid/everything";}) (opts // {where = "/mnt/uwuraid/everything";})
(opts // {where = "/mnt/uwuraid/media";}) (opts // {where = "/mnt/uwuraid/media";})