This commit is contained in:
Philip Peterson 2024-12-07 00:26:58 -09:00
parent e143cdfdf1
commit 4ed4925f8f
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

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