wip
This commit is contained in:
parent
e143cdfdf1
commit
4ed4925f8f
1 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{pkgs ? import <nixpkgs> {}, ...}: 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 <nixpkgs> {
|
||||
# We specify the architecture explicitly. Use a Linux remote builder when
|
||||
# calling arion from other platforms.
|
||||
system = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Reference in a new issue