diff --git a/nixos/arion/arion-pkgs.nix b/nixos/arion/arion-pkgs.nix index 7359e68..109fcb1 100644 --- a/nixos/arion/arion-pkgs.nix +++ b/nixos/arion/arion-pkgs.nix @@ -1,10 +1,10 @@ -{pkgs ? import {}, ...}: let -in { - ## This file is the default location for Arion to look for Nixpkgs when - ## bootstrapping a deployment configuration. - #import ../ {} +## This file is the default location for Arion to look for Nixpkgs when +## bootstrapping a deployment configuration. +#import ../ {} +# Instead of pinning Nixpkgs, we can opt to use the one in NIX_PATH +import { # We specify the architecture explicitly. Use a Linux remote builder when # calling arion from other platforms. system = "x86_64-linux"; -} \ No newline at end of file +}