mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-26 10:05:39 +03:00
7 lines
232 B
Nix
7 lines
232 B
Nix
# Instead of pinning Nixpkgs, we can opt to use the one in NIX_PATH
|
|
import <nixpkgs> {
|
|
# We specify the architecture explicitly. Use a Linux remote builder when
|
|
# calling arion from other platforms.
|
|
system = "x86_64-linux";
|
|
}
|