arion/tests/nixos-virtualization-arion-test/arion-pkgs.nix
2021-11-02 12:25:00 +01:00

7 lines
203 B
Nix

# 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";
}