petersweb-infra/nixos/arion/arion-pkgs.nix
Philip Peterson 2b0fdfa854
wip
2024-12-07 00:19:04 -09:00

10 lines
No EOL
327 B
Nix

{pkgs ? import <nixpkgs> {}, ...}: let
in {
## This file is the default location for Arion to look for Nixpkgs when
## bootstrapping a deployment configuration.
#import ../ {}
# We specify the architecture explicitly. Use a Linux remote builder when
# calling arion from other platforms.
system = "x86_64-linux";
}