Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .semaphore/prologue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
# some places (which we can't change).
set -evo pipefail

# Mount additional storage, which we use for the Nix store.
sudo mount /dev/sdc1 /mnt

# Install Nix. We install in single-user mode (--no-daemon) because the Nix
# process can access the running SSH agent to fetch private Git repositories.
curl -o install-nix https://releases.nixos.org/nix/nix-2.24.10/install
Expand Down