nix-config/hosts/franz/arion/signal/arion-pkgs.nix
2024-03-07 16:47:08 +01:00

6 lines
232 B
Nix

# Instead of pinning Nixpkgs, we can opt to use the one in NIX_PATH
import <nixpkgs> {
# We specify the architecture explicitly. Use a Linux remote builder when
# calling arion from other platforms.
system = "x86_64-linux";
}