mirror of https://github.com/voidlizard/hbs2
tools to flake.nix
This commit is contained in:
parent
88f7e3048b
commit
b2ce060650
|
@ -11,5 +11,5 @@ constraints:
|
||||||
|
|
||||||
-- executable-static: True
|
-- executable-static: True
|
||||||
-- profiling: True
|
-- profiling: True
|
||||||
-- library-profiling: False
|
--library-profiling: False
|
||||||
|
|
||||||
|
|
|
@ -133,7 +133,7 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs:
|
||||||
[ pkgs.pkg-config
|
[ pkgs.pkg-config
|
||||||
pkgs.libsodium
|
pkgs.libsodium
|
||||||
pkgs.file
|
pkgs.file
|
||||||
pkgs.zlib
|
pkgs.zlib
|
||||||
inputs.hspup.packages.${pkgs.system}.default
|
inputs.hspup.packages.${pkgs.system}.default
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
@ -176,6 +176,8 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs:
|
||||||
cabal-install
|
cabal-install
|
||||||
haskell-language-server
|
haskell-language-server
|
||||||
hoogle
|
hoogle
|
||||||
|
threadscope
|
||||||
|
eventlog2html
|
||||||
# htags
|
# htags
|
||||||
text-icu
|
text-icu
|
||||||
magic
|
magic
|
||||||
|
|
Loading…
Reference in New Issue