Skip to content
This repository was archived by the owner on Aug 27, 2018. It is now read-only.

Commit 6d6e8c3

Browse files
committed
Use same configuration for S3 as for EBS backed images.
1 parent 365307a commit 6d6e8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintainers/scripts/ec2/create-s3-amis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh -e
22

33
nixos=$(nix-instantiate --find-file nixos)
4-
export NIXOS_CONFIG=$nixos/modules/virtualisation/amazon-config.nix
4+
export NIXOS_CONFIG=$(dirname $(readlink -f $0))/amazon-base-config.nix
55

66
version=$(nix-instantiate --eval-only '<nixos>' -A config.system.nixosVersion | sed s/'"'//g)
77
echo "NixOS version is $version"

0 commit comments

Comments
 (0)