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
|
||||
-- profiling: True
|
||||
-- library-profiling: False
|
||||
--library-profiling: False
|
||||
|
||||
|
|
|
@ -133,7 +133,7 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs:
|
|||
[ pkgs.pkg-config
|
||||
pkgs.libsodium
|
||||
pkgs.file
|
||||
pkgs.zlib
|
||||
pkgs.zlib
|
||||
inputs.hspup.packages.${pkgs.system}.default
|
||||
]
|
||||
);
|
||||
|
@ -176,6 +176,8 @@ outputs = { self, nixpkgs, flake-utils, ... }@inputs:
|
|||
cabal-install
|
||||
haskell-language-server
|
||||
hoogle
|
||||
threadscope
|
||||
eventlog2html
|
||||
# htags
|
||||
text-icu
|
||||
magic
|
||||
|
|
Loading…
Reference in New Issue