Skip to content

Commit 1cba613

Browse files
committed
chore(flake.nix): Try install with network
1 parent e6c1027 commit 1cba613

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
buildInputs = [
2828
pkgs.sbcl
2929
pkgs.gnumake
30+
pkgs.curl
3031
];
3132

3233
shellHook = ''
@@ -37,7 +38,7 @@
3738
3839
# Install if `bin/qob` is missing
3940
if [ ! -e bin/qob ]; then
40-
make install-ql-no-network
41+
make install-ql
4142
make build
4243
fi
4344
'';

0 commit comments

Comments
 (0)