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