aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index fff1df35..9e09c61b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -138,6 +138,10 @@
;
};
hsu = pkgs.callPackage ./cmd/hsu/package.nix { inherit (self.packages.${system}) hakurei; };
+ sharefs = pkgs.linkFarm "sharefs" {
+ "bin/sharefs" = "${hakurei}/libexec/sharefs";
+ "bin/mount.fuse.sharefs" = "${hakurei}/libexec/sharefs";
+ };
dist = pkgs.runCommand "${hakurei.name}-dist" { buildInputs = hakurei.targetPkgs ++ [ pkgs.pkgsStatic.musl ]; } ''
# go requires XDG_CACHE_HOME for the build cache