Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argonix
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
argonix
Commits
e777c043
Commit
e777c043
authored
Mar 01, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
print env vars when running nix-build commands.
parent
4f26826d
Pipeline
#5759
passed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Argonix.hs
src/Argonix.hs
+2
-0
No files found.
src/Argonix.hs
View file @
e777c043
...
...
@@ -324,6 +324,8 @@ wrap nixCommand target sa@ArgsCommon {..} = sh $ do
when
(
verbosity
==
Verbose
)
$
liftIO
$
print
sa
_
<-
setupSystem
sa
printCommand
$
pack
nixc
<>
" "
<>
pack
(
unwords
arglist
)
void
$
shell
"echo
\"
TMPDIR=$TMPDIR
\"
"
empty
void
$
shell
"echo
\"
XDG_CACHE_HOME=$XDG_CACHE_HOME
\"
"
empty
liftIO
(
executeFile
nixc
True
arglist
Nothing
)
where
nixc
=
toCommand
nixCommand
...
...
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