aboutsummaryrefslogtreecommitdiff
path: root/test/nix/scenarios.json
diff options
context:
space:
mode:
authorChuck Lantz <clantz@microsoft.com>2022-11-12 22:12:21 +0300
committerGitHub <noreply@github.com>2022-11-12 22:12:21 +0300
commit1c61d1a0390ad52355e59df898f80a10f683bd12 (patch)
tree360bf34c0b2c9efddd2e1a919099738ca12b2924 /test/nix/scenarios.json
parenta2b1c19a51b2528af4a7e75e3e1546da56b4c96c (diff)
Add test, bump version for extraNixConfig (#280)
Diffstat (limited to 'test/nix/scenarios.json')
-rw-r--r--test/nix/scenarios.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/nix/scenarios.json b/test/nix/scenarios.json
index 72ad993..c287f58 100644
--- a/test/nix/scenarios.json
+++ b/test/nix/scenarios.json
@@ -89,5 +89,14 @@
"flakeUri": "github:nixos/nixpkgs/nixpkgs-unstable#hello"
}
}
+ },
+ "extra-config": {
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
+ "remoteUser": "vscode",
+ "features": {
+ "nix": {
+ "extraNixConfig": "extra-substituters = https://foo.cachix.org,extra-trusted-public-keys = foo.cachix.org-1:bar="
+ }
+ }
}
} \ No newline at end of file