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
-- profiling: True
-- library-profiling: False
--library-profiling: False

View File

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