17 lines
304 B
Nix
17 lines
304 B
Nix
[
|
|
(self: super: {
|
|
angry-oxide = import ../packages/angryoxide {
|
|
pkgs = super;
|
|
inherit
|
|
(super)
|
|
lib
|
|
;
|
|
};
|
|
ekphos = import ../packages/ekphos {
|
|
pkgs = super;
|
|
};
|
|
x86-manpages = import ../packages/x86-manpages {
|
|
pkgs = super;
|
|
};
|
|
})
|
|
]
|