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
ea9e927f
Commit
ea9e927f
authored
Jul 25, 2018
by
Valentin Reis
Browse files
package set cleaning
parent
054a367a
Changes
2
Hide whitespace changes
Inline
Side-by-side
pkgs/README.md
View file @
ea9e927f
...
...
@@ -6,7 +6,7 @@ Clone the repository.
List available packages using:
```
nix-env -qaP -f
/path/to/datamove-nix
nix-env -qaP -f
.
```
#### Development
...
...
pkgs/default.nix
View file @
ea9e927f
...
...
@@ -4,8 +4,8 @@
}:
let
callPackage
=
pkgs
.
lib
.
callPackageWith
pkgs
;
pythonPackages
=
pkgs
.
python27Packages
;
in
rec
{
pythonPackages
=
pkgs
.
python27Packages
;
nrm-containers
=
callPackage
./containers
{
inherit
pythonPackages
;
...
...
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