add radicle-explorer module, and enable it on Cape
This commit is contained in:
parent
6632dde007
commit
975bf38dc2
8 changed files with 42 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ in
|
|||
./dae.nix
|
||||
./jujutsu.nix
|
||||
./spotifyx.nix
|
||||
./radicle-explorer.nix
|
||||
]
|
||||
|> map (file: import file args)
|
||||
|> (overlays: (lib.composeManyExtensions overlays) final prev)
|
||||
|
|
|
|||
5
overlays/modifications/radicle-explorer.nix
Normal file
5
overlays/modifications/radicle-explorer.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{outputs, ...}: final: prev: let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in {
|
||||
radicle-explorer = outputs.packages."${system}".radicle-explorer;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue