From d5dc5767ca1e73490f399f69d9376604f666cf23 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 22:40:53 +0200 Subject: Switched custom derivitions to submodules --- bragi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index ea074065..8376d70a 100644 --- a/bragi.nix +++ b/bragi.nix @@ -25,7 +25,7 @@ nixpkgs.config.packageOverrides = pkgs: { - trivmix = let trivmix = pkgs.haskellPackages.callPackage ./customized/trivmix.nix {}; in + trivmix = let trivmix = pkgs.haskellPackages.callPackage ./custom/trivmix.nix {}; in pkgs.stdenv.mkDerivation { name = "trivmix-wrapper"; nativeBuildInputs = [ pkgs.makeWrapper ]; -- cgit v1.2.3