Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
6b63ef03
Commit
6b63ef03
authored
Jan 29, 2019
by
Valentin Reis
Browse files
Bumping argotk
parent
ab15600e
Pipeline
#5036
passed with stage
in 6 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pkgs/argotk/master.json
View file @
6b63ef03
...
...
@@ -2,8 +2,8 @@
"fetch"
:
{
"args"
:
{
"fetchSubmodules"
:
false
,
"rev"
:
"
bcfc6a61a
46
c
98
ed8935596bf7de953e125c3882
"
,
"sha256"
:
"
07hg00zjbzpbynjwgjil2h2jmam4d9pcakly84g3k778afnl1srb
"
,
"rev"
:
"
13b41b7d2e06f9c64bfa652
46
6
98
5c1d044f90f5
"
,
"sha256"
:
"
15x9sih46my0n18fky10a4i0ad2fprj3kfk0ykcwjkjljx82qric
"
,
"url"
:
"https://xgitlab.cels.anl.gov/argo/argotk.git"
},
"fn"
:
"fetchgit"
...
...
pkgs/default.nix
View file @
6b63ef03
...
...
@@ -93,8 +93,8 @@ let
aml
=
cpDefaultPin
./aml
{};
argotk
=
let
argotk
=
(
pkgs
.
nix-update-source
.
fetch
argotk/master.json
)
.
src
;
argotkPkgs
=
import
"
${
argotk
}
/default.nix"
{
pkgs
=
pkgs
;};
let
fetched
=
(
pkgs
.
nix-update-source
.
fetch
argotk/master.json
)
.
src
;
argotkPkgs
=
import
"
${
fetched
}
/default.nix"
{
pkgs
=
pkgs
;};
in
argotkPkgs
.
argotk
;
};
...
...
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