remove hubfs.nix.save (both broken and unneeded!)
diff --git a/src/apps/personal/overlays/hubfs.nix.save b/src/apps/personal/overlays/hubfs.nix.save
deleted file mode 100644
index efaa12c..0000000
--- a/src/apps/personal/overlays/hubfs.nix.save
+++ /dev/null
@@ -1,19 +0,0 @@
-final: prev: let
- src = final.fetchFromGitHub {
- owner = "winfsp";
- repo = "hubfs";
- rev = "1ba013d3fe54de01c52bd74d98037fe4c0029d6e";
- hash = "sha256-R1nCdua0gacXrglQ4AZfxnO3ngVECCKKiUOgp3dWRGg=";
- } + "/src";
-in {
- hubfs = final final.buildGoModule {
- name = "hubfs";
- buildInputs = with final; [
- fuse
- ];
- inherit src;
- vendorSha256 = "sha256-Fpa+wanlMIqxkEZ3JQdCT4ixuNBj7AquG2+wLuO5TQU=";
- runVend = true;
-
- };
-}