Skip to content

Commit 61b1c8a

Browse files
README: some minor fixes (#596)
1 parent cbe66ff commit 61b1c8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
=haskell.nix= is an experimental new builder for Haskell packages.
1111

1212
It works by automatically translating your Cabal or Stack project and
13-
its dependencies into Nix code. It provides IFD (imports from derviation)
14-
functions that can minimize the amount of nix code you need to add.
13+
its dependencies into Nix code. It provides IFD (import from derivation)
14+
functions that can minimize the amount of Nix code you need to add.
1515

1616
For the documentation, see https://input-output-hk.github.io/haskell.nix/.
1717

@@ -21,10 +21,10 @@ For =cabal.project= project add a =default.nix=:
2121

2222
#+begin_src sh
2323
let
24-
# Fetch the latest haskell.nix and import its default.nix
24+
# Fetch the latest haskell.nix and import its default.nix
2525
haskellNix = import (builtins.fetchTarball https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz) {};
2626
# haskell.nix provides access to the nixpkgs pins which are used by our CI, hence
27-
# you will be more likely to get cache hits when using these.
27+
# you will be more likely to get cache hits when using these.
2828
# But you can also just use your own, e.g. '<nixpkgs>'
2929
nixpkgsSrc = haskellNix.sources.nixpkgs-1909;
3030
# haskell.nix provides some arguments to be passed to nixpkgs, including some patches

0 commit comments

Comments
 (0)