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
5e59382e
Commit
5e59382e
authored
Jan 30, 2020
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[hydra] fix hydra package list
parent
af51c570
Pipeline
#9486
passed with stages
in 2 minutes and 53 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
deployments/argo.nixops
deployments/argo.nixops
+0
-0
deployments/ci.nix
deployments/ci.nix
+1
-1
release.nix
release.nix
+2
-3
No files found.
deployments/argo.nixops
View file @
5e59382e
No preview for this file type
deployments/ci.nix
View file @
5e59382e
...
...
@@ -219,7 +219,7 @@ in {
distributedBuilds
=
true
;
};
environment
.
systemPackages
=
[
pkgs
.
unar
pkgs
.
wget
pkgs
.
git
pkgs
.
vim
];
environment
.
systemPackages
=
[
pkgs
.
unar
pkgs
.
wget
pkgs
.
git
pkgs
.
vim
pkgs
.
htop
];
};
...
...
release.nix
View file @
5e59382e
let
argopkgs
=
import
./pkgs/default.nix
{};
hydraPackages
=
{
inherit
(
argopkgs
)
nodelevel
;
inherit
(
argopkgs
.
applications
)
raw
;
inherit
(
argopkgs
.
tools
)
zymake
;
inherit
(
argopkgs
)
aml
;
inherit
(
argopkgs
)
nrm
;
};
in
{
argochannel
=
argopkgs
.
releaseTools
.
channel
{
...
...
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