Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
d8ef9b0e
Commit
d8ef9b0e
authored
Feb 22, 2019
by
Valentin Reis
Browse files
add --verbose to argotk
parent
0bf607c1
Pipeline
#5540
passed with stages
in 4 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
d8ef9b0e
...
...
@@ -250,7 +250,7 @@ let
})
.
env
;
doArgotk
=
drv
:
command
:
drv
.
overrideAttrs
(
old
:{
buildPhase
=
"argotk "
+
command
;
buildPhase
=
"argotk "
+
command
+
" --verbose"
;
installPhase
=
''
mkdir $out
cp _output/* $out/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment