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
nupdate=pog{name="nupdate";arguments=[{name="attribute";}];description="my lazy helper function to update an attribute in my nix repo";script=''${prev.nix-update}/bin/nix-update --build --flake --use-update-script "$@" '';};
Then you can pass through args/flags by ending flags to the pog tool with --:
nupdate -- python312Packages.nicegui --commit
which passes through python312Packages.nicegui --commit to the underlying nix-update command
Would be nice to have some way to pass arbitrary (unparsed) arguments to a child process in full.
The text was updated successfully, but these errors were encountered: