You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ arion up -f /home/izelnakri/.config/home-manager/containers/arion-compose.nix -p /home/izelnakri/.config/home-manager/containers/arion-pkgs.nix
I get:
error:
… in the left operand of the update (//) operator
at /nix/store/pvqsjhfadkq0cwy0zgx5cp9vjrgjzbvz-arion-0.2.1.0-data/share/ghc-9.6.6/x86_64-linux-ghc-9.6.6/arion-compose-0.2.1.0/nix/eval-composition.nix:33:15:
32|# Typically you need composition.config.out.dockerComposeYaml
33| composition // {
| ^
34|# throw in lib and pkgs for repl convenience
… while calling the 'import'builtin
at /nix/store/pvqsjhfadkq0cwy0zgx5cp9vjrgjzbvz-arion-0.2.1.0-data/share/ghc-9.6.6/x86_64-linux-ghc-9.6.6/arion-compose-0.2.1.0/nix/eval-composition.nix:7:15:
6| pkgs = if builtins.typeOf _pkgs == "path"
7|then import _pkgs
| ^
8|elseif builtins.typeOf _pkgs == "set"
error: path '/home/izelnakri/arion-pkgs.nix' does not exist
arion argument parser for -p need to improve, probably along with -f
The text was updated successfully, but these errors were encountered:
arion cli version: 0.2.1.0
Hi there,
When I supply:
I get:
arion
argument parser for-p
need to improve, probably along with-f
The text was updated successfully, but these errors were encountered: