arion/tests/nixos-virtualization-arion-test/arion-pkgs.nix

7 lines
203 B
Nix
Raw Normal View History

2021-10-28 21:59:01 +02:00
# NOTE: This isn't used in the module!
import <nixpkgs> {
# We specify the architecture explicitly. Use a Linux remote builder when
# calling arion from other platforms.
system = "x86_64-linux";
}