mirror of https://github.com/voidlizard/hbs2
init
This commit is contained in:
parent
3e4762d880
commit
778b6b9d06
|
@ -172,6 +172,7 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs:
|
||||||
pkgs.libsodium
|
pkgs.libsodium
|
||||||
pkgs.file
|
pkgs.file
|
||||||
pkgs.zlib
|
pkgs.zlib
|
||||||
|
pkgs.fuse
|
||||||
inputs.hspup.packages.${pkgs.system}.default
|
inputs.hspup.packages.${pkgs.system}.default
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -1178,5 +1178,21 @@ executable test-scripts
|
||||||
, zstd
|
, 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue