Skip to content

Commit 25c59e9

Browse files
committed
ihp: use specific nixpkgs commit to avoid out of memory on github actions
1 parent 551c96e commit 25c59e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Haskell/ihp/ihp.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM nixos/nix
22

33
# Add build dependencies
4-
RUN nix-env -i cachix
4+
RUN nix-env -f https://github.com/NixOS/nixpkgs/archive/54b4bb956f9891b872904abdb632cea85a033ff2.tar.gz -iA cachix
55
RUN cachix use digitallyinduced
66

77
COPY ./src /ihp

0 commit comments

Comments
 (0)