Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argopkgs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
argopkgs
Commits
b52d1e1e
Commit
b52d1e1e
authored
May 21, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adds singularity debug test
parent
c6aee253
Pipeline
#7421
failed with stages
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
pkgs/default.nix
pkgs/default.nix
+13
-1
No files found.
pkgs/default.nix
View file @
b52d1e1e
...
...
@@ -54,7 +54,6 @@ let
# library of nix expressions
argolib
=
import
../lib/utils.nix
;
singularity
=
bleeding
.
singularity
;
# Argo components (source overridabel via argument)
aml
=
callPackage
./aml
{
src
=
aml-src
;
...
...
@@ -485,6 +484,19 @@ let
});
bld
=
bleeding
;
singularityDebugTest
=
pkgs
.
stdenv
.
mkDerivation
rec
{
name
=
"singdebg"
;
src
=
../dhrun
;
installPhase
=
''
mkdir -p $out
singularity --version &> $out/version
singularity --help &> $out/version
''
;
unpackPhase
=
"true"
;
};
};
# re-exporting a full nixpkgs-like package set
...
...
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