Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argonix
Commits
3e55ab18
Commit
3e55ab18
authored
Feb 21, 2019
by
Valentin Reis
Browse files
adds --show-trace when --verbose
parent
2505405e
Pipeline
#5478
passed with stage
in 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/Argonix.hs
View file @
3e55ab18
...
...
@@ -268,7 +268,8 @@ nixArguments :: String -> ArgsCommon -> [String]
nixArguments
target
ArgsCommon
{
..
}
=
[
unpack
argopkgs
,
"-A"
,
target
]
++
concat
[
[
"--arg"
,
longform
<>
"-src"
,
p
]
|
(
longform
,
p
)
<-
overrides
]
++
(
if
grafting
==
Libnrm
then
[]
else
[
"--arg"
,
"rebuildApps"
,
"false"
])
++
(
if
grafting
==
Libnrm
then
[
"--arg"
,
"rebuildApps"
,
"false"
]
else
[]
)
++
[
"--show-trace"
|
verbosity
==
Verbose
]
data
NixCommand
=
NixBuild
|
NixShell
toCommand
::
IsString
p
=>
NixCommand
->
p
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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