diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-13 19:46:14 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-13 19:48:26 +0100 |
commit | 06952cf7c424dcfba67a5c632f965c3e9e1aa8ac (patch) | |
tree | 83a45137816b0d82e98204ad35f38c3e8696a08c /unit-test-data/libstore/derivation/bad-version.drv | |
parent | 1b8662b85cb70e02c2a1650e290ec3007b6c6d30 (diff) |
support <program>_ENV variables
this lets us set per-test-program environment variables rather than only
a single, global default. this was supported in nix originally but
might've gone partially missing in the upstream backports process?
Change-Id: Iad0919841b1b6d11e0b7ebd3920449a62f544e77
Diffstat (limited to 'unit-test-data/libstore/derivation/bad-version.drv')
-rw-r--r-- | unit-test-data/libstore/derivation/bad-version.drv | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unit-test-data/libstore/derivation/bad-version.drv b/unit-test-data/libstore/derivation/bad-version.drv deleted file mode 100644 index bbf75c114..000000000 --- a/unit-test-data/libstore/derivation/bad-version.drv +++ /dev/null @@ -1 +0,0 @@ -DrvWithVersion("invalid-version",[],[("/nix/store/c015dhfh5l0lp6wxyvdn7bmwhbbr6hr9-dep2.drv",["cat","dog"])],["/nix/store/c015dhfh5l0lp6wxyvdn7bmwhbbr6hr9-dep1"],"wasm-sel4","foo",["bar","baz"],[("BIG_BAD","WOLF")])
\ No newline at end of file |