mirror of
https://github.com/NixOS/nix
synced 2025-07-12 06:35:08 +02:00
nix develop: Add a test for arrays
This commit is contained in:
parent
d2b8b23ae9
commit
b1cfe8f984
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ let pkgs = rec {
|
|||
for pkg in $buildInputs; do
|
||||
export PATH=$PATH:$pkg/bin
|
||||
done
|
||||
declare -a arr1=(1 2 "3 4" 5)
|
||||
'';
|
||||
|
||||
stdenv = mkDerivation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue