From b2ce06065015c4370b796eac6dfa9dbe609a54cd Mon Sep 17 00:00:00 2001 From: voidlizard Date: Fri, 1 Nov 2024 18:11:55 +0300 Subject: [PATCH] tools to flake.nix --- cabal.project | 2 +- flake.nix | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 8d3541dc..d182df83 100644 --- a/cabal.project +++ b/cabal.project @@ -11,5 +11,5 @@ constraints: -- executable-static: True -- profiling: True --- library-profiling: False +--library-profiling: False diff --git a/flake.nix b/flake.nix index 6ee16942..fe87a24a 100644 --- a/flake.nix +++ b/flake.nix @@ -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