Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argotest
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Reis
argotest
Commits
25897568
Commit
25897568
authored
Dec 21, 2018
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[scope] fix wrong inherit
parent
bd1c4a17
Pipeline
#4769
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
default.nix
default.nix
+6
-8
No files found.
default.nix
View file @
25897568
...
@@ -10,11 +10,6 @@
...
@@ -10,11 +10,6 @@
libnrm-src
?
pkgs
.
nodelevel
.
libnrm
.
src
libnrm-src
?
pkgs
.
nodelevel
.
libnrm
.
src
}:
}:
let
let
nrm
=
pkgs
.
nodelevel
.
nrm
.
overrideAttrs
(
old
:
{
src
=
nrm-src
;
});
libnrm
=
pkgs
.
nodelevel
.
libnrm
.
overrideAttrs
(
old
:
{
src
=
libnrm-src
;
});
containers
=
pkgs
.
nodelevel
.
containers
.
overrideAttrs
(
old
:
{
src
=
containers-src
;
});
amg
=
pkgs
.
applications
.
nrm
.
amg
;
filterHdevTools
=
builtins
.
filterSource
(
path
:
type
:
baseNameOf
path
!=
".hdevtools.sock"
);
filterHdevTools
=
builtins
.
filterSource
(
path
:
type
:
baseNameOf
path
!=
".hdevtools.sock"
);
hpkgs
=
pkgs
.
haskellPackages
.
override
{
hpkgs
=
pkgs
.
haskellPackages
.
override
{
...
@@ -45,9 +40,12 @@ let
...
@@ -45,9 +40,12 @@ let
in
rec
in
rec
{
{
inherit
nrm
;
nrm
=
pkgs
.
nodelevel
.
nrm
.
overrideAttrs
(
old
:
{
src
=
nrm-src
;
});
inherit
libnrm
;
libnrm
=
pkgs
.
nodelevel
.
libnrm
.
overrideAttrs
(
old
:
{
src
=
libnrm-src
;
});
inherit
containers
;
containers
=
pkgs
.
nodelevel
.
containers
.
overrideAttrs
(
old
:
{
src
=
containers-src
;
});
amg
=
pkgs
.
applications
.
nrm
.
amg
;
inherit
(
hpkgs
)
argo
;
inherit
(
hpkgs
)
argo
;
dev-lib
=
hpkgs
.
shellFor
{
dev-lib
=
hpkgs
.
shellFor
{
...
...
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