From f1aa5edb556b9d8b8b9c67b228725311955d6af3 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 8 Jun 2024 17:11:41 +0300 Subject: chore(third_party/geesefs): move to expression in nixpkgs 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/modules/geesefs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/tazjin/nixos/modules/geesefs.nix') diff --git a/users/tazjin/nixos/modules/geesefs.nix b/users/tazjin/nixos/modules/geesefs.nix index c45ee528f6a2..60ee821e2fe2 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 \ -- cgit 1.4.1