summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index d29ce398..c57eee2a 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -35,7 +35,7 @@ in {
35 35
36 nixpkgs.config.packageOverrides = pkgs: 36 nixpkgs.config.packageOverrides = pkgs:
37 { 37 {
38 trivmix = let trivmix = pkgs.callPackage ./customized/trivmix.nix {}; in 38 trivmix = let trivmix = pkgs.haskellPackages.callPackage ./customized/trivmix.nix {}; in
39 pkgs.stdenv.mkDerivation { 39 pkgs.stdenv.mkDerivation {
40 name = "trivmix-wrapper"; 40 name = "trivmix-wrapper";
41 nativeBuildInputs = [ pkgs.makeWrapper ]; 41 nativeBuildInputs = [ pkgs.makeWrapper ];