Skip to content

Commit 83175a8

Browse files
committed
comment out nix for people not on nixos
1 parent 9a3df21 commit 83175a8

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

haskell/nix/R.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ in with pkgs; {
1111
buildInputs = with rPackages; [
1212
pandoc
1313
R
14-
julia-stable
1514
ggplot2
1615
knitr
1716
rmarkdown

haskell/stack.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ extra-deps:
77

88

99
# ## uncomment the following lines to tell stack you are in a nix environment
10-
nix:
11-
enable: true
12-
pure: true
13-
packages: [ z3, pkgconfig, zlib, abc-verifier, cvc4, yices, boolector]
10+
# nix:
11+
# enable: true
12+
# pure: true
13+
# packages: [ z3, pkgconfig, zlib, abc-verifier, cvc4, yices, boolector]
1414

1515
resolver: lts-16.31
1616

0 commit comments

Comments
 (0)