about summary refs log tree commit diff
path: root/users/tazjin/nixos/modules/geesefs.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-06-08T14·11+0300
committerclbot <clbot@tvl.fyi>2024-06-10T20·50+0000
commitf1aa5edb556b9d8b8b9c67b228725311955d6af3 (patch)
treef7f45b9d742f3bcf7cd5de24a8bf2df8d9851a03 /users/tazjin/nixos/modules/geesefs.nix
parent075f7617c3776e94799115f3d0e2376936439e00 (diff)
chore(third_party/geesefs): move to expression in nixpkgs r/8244
This now exists in nixpkgs, and a more recent version of it.

Change-Id: I51fe038ba9459587952028f77e97b48212d13e74
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11762
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to '')
-rw-r--r--users/tazjin/nixos/modules/geesefs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/geesefs.nix b/users/tazjin/nixos/modules/geesefs.nix
index c45ee528f6..60ee821e2f 100644
--- a/users/tazjin/nixos/modules/geesefs.nix
+++ b/users/tazjin/nixos/modules/geesefs.nix
@@ -28,7 +28,7 @@
 
       mkdir -p $STATE_DIRECTORY/tazjins-files $STATE_DIRECTORY/cache
 
-      ${depot.third_party.geesefs}/bin/geesefs \
+      ${pkgs.geesefs}/bin/geesefs \
         -f -o allow_other \
         --cache $STATE_DIRECTORY/cache \
         --shared-config $CREDENTIALS_DIRECTORY/geesefs-tazjins-files \