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
|
## This file is the default location for Arion to look for Nixpkgs when
|
||||||
in {
|
## bootstrapping a deployment configuration.
|
||||||
## This file is the default location for Arion to look for Nixpkgs when
|
#import ../ {}
|
||||||
## 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
|
# 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";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue