diff --git a/devenv.lock b/devenv.lock index 5bda4b0..fa57873 100644 --- a/devenv.lock +++ b/devenv.lock @@ -3,10 +3,10 @@ "devenv": { "locked": { "dir": "src/modules", - "lastModified": 1742320965, + "lastModified": 1745262952, "owner": "cachix", "repo": "devenv", - "rev": "6bde92766ddd3ee1630029a03d36baddd51934e2", + "rev": "22465406d7981bb11043bd517ad97fc49d247687", "type": "github" }, "original": { @@ -40,10 +40,10 @@ ] }, "locked": { - "lastModified": 1742300892, + "lastModified": 1742649964, "owner": "cachix", "repo": "git-hooks.nix", - "rev": "ea26a82dda75bee6783baca6894040c8e6599728", + "rev": "dcf5072734cb576d2b0c59b2ac44f5050b5eac82", "type": "github" }, "original": { diff --git a/extras/uwuraid.nix b/extras/uwuraid.nix index f77cc33..9b9d2a1 100644 --- a/extras/uwuraid.nix +++ b/extras/uwuraid.nix @@ -11,11 +11,6 @@ what = "//100.97.47.81/anime"; where = "/mnt/uwuraid/anime"; }) - (opts - // { - what = "//100.97.47.81/appdata"; - where = "/mnt/uwuraid/appdata"; - }) (opts // { what = "//100.97.47.81/backup"; @@ -57,7 +52,6 @@ }; in [ (opts // {where = "/mnt/uwuraid/anime";}) - (opts // {where = "/mnt/uwuraid/appdata";}) (opts // {where = "/mnt/uwuraid/backup";}) (opts // {where = "/mnt/uwuraid/everything";}) (opts // {where = "/mnt/uwuraid/media";})