This commit is contained in:
voidlizard 2025-02-15 20:55:28 +03:00
parent 3e4762d880
commit 778b6b9d06
2 changed files with 18 additions and 1 deletions

View File

@ -172,6 +172,7 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs:
pkgs.libsodium
pkgs.file
pkgs.zlib
pkgs.fuse
inputs.hspup.packages.${pkgs.system}.default
]
);

View File

@ -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