2024-12-07 00:26:58 -09:00
|
|
|
## This file is the default location for Arion to look for Nixpkgs when
|
|
|
|
|
## bootstrapping a deployment configuration.
|
|
|
|
|
#import ../ {}
|
2024-12-06 23:05:42 -09:00
|
|
|
|
2024-12-07 00:26:58 -09:00
|
|
|
# Instead of pinning Nixpkgs, we can opt to use the one in NIX_PATH
|
|
|
|
|
import <nixpkgs> {
|
2024-12-06 23:05:42 -09:00
|
|
|
# We specify the architecture explicitly. Use a Linux remote builder when
|
|
|
|
|
# calling arion from other platforms.
|
|
|
|
|
system = "x86_64-linux";
|
2024-12-07 00:26:58 -09:00
|
|
|
}
|