Skip to content

Commit c3cef8f

Browse files
committed
fix CI
1 parent 74855e5 commit c3cef8f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Stack2nix/Render.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ drvToName drv = unPackageName $ pkgName $ view pkgid drv
137137
defaultNix :: (Doc -> String) -> String -> [Doc] -> String
138138
defaultNix pp ghcnixversion drvs = unlines $
139139
[ "# Generated using stack2nix " <> display version <> "."
140-
, "#"
141-
, "# Only works with sufficiently recent nixpkgs, e.g. \"NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/21a8239452adae3a4717772f4e490575586b2755.tar.gz\"."
142140
, ""
143141
, "{ pkgs ? (import <nixpkgs> {})"
144142
, ", compiler ? pkgs.haskell.packages.ghc" ++ ghcnixversion

stack2nix.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Generated using stack2nix 0.1.3.1.
2-
#
3-
# Only works with sufficiently recent nixpkgs, e.g. "NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/21a8239452adae3a4717772f4e490575586b2755.tar.gz".
1+
# Generated using stack2nix 0.2.
42

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

0 commit comments

Comments
 (0)