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
12272a14
Commit
12272a14
authored
Feb 09, 2019
by
Valentin Reis
Browse files
adds argonix-share
parent
83d93099
Pipeline
#5110
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
12272a14
...
...
@@ -97,10 +97,10 @@ let
argotkPkgs
=
import
"
${
fetched
}
/default.nix"
{
pkgs
=
pkgs
;};
in
argotkPkgs
.
argotk
;
argonix
=
argonix
Pgs
=
let
fetched
=
(
pkgs
.
nix-update-source
.
fetch
argonix/master.json
)
.
src
;
argonixPkgs
=
import
"
${
fetched
}
/default.nix"
{
pkgs
=
pkgs
;};
in
argonixPkgs
.
argonix
;
in
import
"
${
fetched
}
/default.nix"
{
pkgs
=
pkgs
;};
argonix
=
argonixPkgs
.
argonix
;
argonix-share
=
argonixPkgs
.
share
;
};
in
pkgs
//
argopkgs
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