Fix project name in .nix files

This commit is contained in:
David Pätzel 2019-10-22 16:53:50 +02:00
parent 9866603dbe
commit c015424429
2 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@ let
# enableLibraryProfiling = true;
# });
ga = haskellPackagesNew.callPackage ./default.nix { };
haga = haskellPackagesNew.callPackage ./default.nix { };
};
};
};
};
pkgs = import <nixpkgs> { inherit config; };
in { ga = pkgs.haskellPackages.ga; }
in { haga = pkgs.haskellPackages.haga; }

View File

@ -1 +1 @@
(import ./release.nix).ga.env
(import ./release.nix).haga.env