Skip to content

Commit

Permalink
Update haskell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
dk14 committed Jul 1, 2020
1 parent 4a3ac81 commit e0c514f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions haskell.nix
@@ -1,13 +1,7 @@
{ # Fetch the latest haskell.nix and import its default.nix
haskellNix ? import (builtins.fetchTarball "https://github.com/input-output-hk/haskell.nix/archive/master.tar.gz") {}

# haskell.nix provides access to the nixpkgs pins which are used by our CI,
# hence you will be more likely to get cache hits when using these.
# But you can also just use your own, e.g. '<nixpkgs>'.
, nixpkgsSrc ? haskellNix.sources.nixpkgs-2003

# haskell.nix provides some arguments to be passed to nixpkgs, including some
# patches and also the haskell.nix functionality itself as an overlay.
, nixpkgsArgs ? haskellNix.nixpkgsArgs

# import nixpkgs with overlays
Expand All @@ -18,4 +12,4 @@
name = "marlowe";
src = ./.;
};
}
}

0 comments on commit e0c514f

Please sign in to comment.