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
023a4a90
Commit
023a4a90
authored
Feb 18, 2019
by
Valentin Reis
Browse files
Fixing a typo in the 'test' toplevel attribute.
parent
135562c2
Pipeline
#5438
passed with stages
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
023a4a90
...
...
@@ -108,7 +108,7 @@ let
name
=
"testEnv"
;
#required to be able to build the drv.
installPhase
=
"mkdir
$
$
out"
;
installPhase
=
"mkdir $out"
;
unpackPhase
=
"true"
;
__noChroot
=
true
;
...
...
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