2019-03-05 19:41:54 +01:00
|
|
|
# Instead of pinning Nixpkgs, we can opt to use the one in NIX_PATH
|
2019-06-15 15:45:06 +02:00
|
|
|
import <nixpkgs> {
|
|
|
|
# We specify the architecture explicitly. Use a Linux remote builder when
|
|
|
|
# calling arion from other platforms.
|
|
|
|
system = "x86_64-linux";
|
|
|
|
}
|