feat: Remove juicity package function
This commit is contained in:
parent
62f4bcf5ec
commit
9c6ad33e41
3 changed files with 0 additions and 41 deletions
|
|
@ -5,7 +5,6 @@ let
|
|||
in
|
||||
[
|
||||
./niri.nix
|
||||
./juicity.nix
|
||||
./dae.nix
|
||||
./spotifyx.nix
|
||||
./radicle-explorer.nix
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
{ outputs, ... }:
|
||||
_final: prev:
|
||||
let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
juicity = outputs.packages."${system}".juicity;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue