tools to flake.nix

This commit is contained in:
voidlizard 2024-11-01 18:11:55 +03:00
parent 88f7e3048b
commit b2ce060650
2 changed files with 4 additions and 2 deletions

View File

@ -11,5 +11,5 @@ constraints:
-- executable-static: True -- executable-static: True
-- profiling: True -- profiling: True
-- library-profiling: False --library-profiling: False

View File

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