8 lines
235 B
Bash
Executable file
8 lines
235 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2025 Lubin Bailly <lubin@dgnum.eu>
|
|
#
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
drv=$(colmena eval -E "{ nodes, ... }: nodes.iso.config.system.build.isoImage" --instantiate --show-trace)
|
|
nix-build "$drv"
|