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
901b4e6b
Commit
901b4e6b
authored
Feb 14, 2019
by
Valentin Reis
Browse files
adds repoquality
parent
786fd33e
Changes
2
Hide whitespace changes
Inline
Side-by-side
pkgs/argotk/master.json
View file @
901b4e6b
...
...
@@ -2,8 +2,8 @@
"fetch"
:
{
"args"
:
{
"fetchSubmodules"
:
false
,
"rev"
:
"
ce7b496d95270c28baee790a7b1aa235eda4c9fe
"
,
"sha256"
:
"
0w73gkx6davjavfw8zj83wdhhxnn6zz92nj2gmvk1gx4dcinyhcs
"
,
"rev"
:
"
ed4c7a0a410bca5492b8d079fe5d96b55209f458
"
,
"sha256"
:
"
1czr73bc78h2j9g277jv2rgy3sa19qh30il8fm4fc0q0llb99mn2
"
,
"url"
:
"https://xgitlab.cels.anl.gov/argo/argotk.git"
},
"fn"
:
"fetchgit"
...
...
pkgs/default.nix
View file @
901b4e6b
...
...
@@ -91,6 +91,11 @@ let
aml
=
cpDefaultPin
./aml
{};
repoquality
=
let
fetched
=
(
pkgs
.
nix-update-source
.
fetch
repoquality/master.json
)
.
src
;
repoqualityPkgs
=
import
"
${
fetched
}
/default.nix"
{
pkgs
=
pkgs
;};
in
repoqualityPkgs
.
repoquality
;
argotk
=
let
fetched
=
(
pkgs
.
nix-update-source
.
fetch
argotk/master.json
)
.
src
;
argotkPkgs
=
import
"
${
fetched
}
/default.nix"
{
pkgs
=
pkgs
;};
...
...
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