fix(storeDir) Use the builtin nix store location indicator

Minor fixes in the variable filtering function with nix packages.
This commit is contained in:
Skryta Istota 2025-11-30 11:44:23 +01:00
parent 58a0db7861
commit f84edb7760
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@
# sh
''
set -euo pipefail
${ntlib.helpers.path [pkgs.jq pkgs.gnugrep pkgs.coreutils]}
${ntlib.helpers.path (with pkgs; [jq gnugrep coreutils])}
echo "two keys, one json one pretty"
jq 'keys | length == 2' "${pipeline}" | grep -q true
echo "key[0] is exactly 'gitlab-ci:pipeline:test'"