# SPDX-FileCopyrightText: 2024 Ryan Lahfa # SPDX-FileCopyrightText: 2024 Tom Hubrecht # # SPDX-License-Identifier: EUPL-1.2 set -o errexit set -o nounset set -o pipefail shopt -s lastpipe # Build the derivation and send it to the great beyond push-to-cache "$(nix-store --realise "$(instantiate-node)")"