Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Aug 14, 2018
1 parent 74855e5 commit c3cef8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/Stack2nix/Render.hs
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ drvToName drv = unPackageName $ pkgName $ view pkgid drv
defaultNix :: (Doc -> String) -> String -> [Doc] -> String
defaultNix pp ghcnixversion drvs = unlines $
[ "# Generated using stack2nix " <> display version <> "."
, "#"
, "# Only works with sufficiently recent nixpkgs, e.g. \"NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/21a8239452adae3a4717772f4e490575586b2755.tar.gz\"."
, ""
, "{ pkgs ? (import <nixpkgs> {})"
, ", compiler ? pkgs.haskell.packages.ghc" ++ ghcnixversion
Expand Down
4 changes: 1 addition & 3 deletions stack2nix.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Generated using stack2nix 0.1.3.1.
#
# Only works with sufficiently recent nixpkgs, e.g. "NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/21a8239452adae3a4717772f4e490575586b2755.tar.gz".
# Generated using stack2nix 0.2.

{ pkgs ? (import <nixpkgs> {})
, compiler ? pkgs.haskell.packages.ghc843
Expand Down

0 comments on commit c3cef8f

Please sign in to comment.