Skip to content

Commit

Permalink
Update release.nix (#180)
Browse files Browse the repository at this point in the history
Fixes #179

This updates the instructions and fixes the spurious reference to
`prettyprinter.nix` that I accidentally checked in
  • Loading branch information
Gabriella439 authored Nov 15, 2017
1 parent f16502c commit be10607
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions release.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# You can build this repository using Nix by running:
#
# $ nix-build -A dhall release.nix
# $ nix-build release.nix
#
# You can also open up this repository inside of a Nix shell by running:
#
# $ nix-shell -A dhall.env release.nix
# $ nix-shell
#
# ... and then Nix will supply the correct Haskell development environment for
# you
Expand All @@ -14,8 +14,6 @@ let
haskellPackages = pkgs.haskellPackages.override {
overrides = haskellPackagesNew: haskellPackagesOld: {
dhall = haskellPackagesNew.callPackage ./default.nix { };

prettyprinter = haskellPackagesNew.callPackage ./prettyprinter.nix { };
};
};
};
Expand Down

0 comments on commit be10607

Please sign in to comment.