pkgs: comma: rename 'COMMA_{,NIX}PKGS_FLAKE'
ci/woodpecker/push/check Pipeline was successful Details

This aligns with the rust implementation of this tool [1].

[1]: 17a4f33849
This commit is contained in:
Bruno BELANYI 2023-10-12 15:19:44 +00:00
parent a5febc40e4
commit 2d36ffd96d
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ if [ -z "$PROGRAM" ]; then
exit 1
fi
nix shell "${COMMA_PKGS_FLAKE:-nixpkgs}#$PROGRAM" -c "$@"
nix shell "${COMMA_NIXPKGS_FLAKE:-nixpkgs}#$PROGRAM" -c "$@"