From 778b6b9d06d95f63314993886d40923f6a0fe794 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Sat, 15 Feb 2025 20:55:28 +0300 Subject: [PATCH] init --- flake.nix | 1 + hbs2-tests/hbs2-tests.cabal | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 715773c2..f54d482e 100644 --- a/flake.nix +++ b/flake.nix @@ -172,6 +172,7 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs: pkgs.libsodium pkgs.file pkgs.zlib + pkgs.fuse inputs.hspup.packages.${pkgs.system}.default ] ); diff --git a/hbs2-tests/hbs2-tests.cabal b/hbs2-tests/hbs2-tests.cabal index f27dbf44..d758252b 100644 --- a/hbs2-tests/hbs2-tests.cabal +++ b/hbs2-tests/hbs2-tests.cabal @@ -1178,5 +1178,21 @@ executable test-scripts , zstd - +executable test-fuse + import: shared-properties + import: common-deps + default-language: Haskell2010 + ghc-options: + hs-source-dirs: test + main-is: TestFUSE.hs + build-depends: + base, hbs2-core, hbs2-peer + , network + , string-conversions + , suckless-conf + , text + , time + , zstd + , HFuse + , unix