feat: Improve legacyPackage function
This commit is contained in:
parent
5de4c827d8
commit
7be2edee33
7 changed files with 29 additions and 11 deletions
|
|
@ -4,5 +4,5 @@ let
|
|||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
inherit (outputs.packages."${system}") cliphist;
|
||||
inherit (outputs.packages."${system}") cliphist';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ let
|
|||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
radicle-explorer = outputs.packages."${system}".radicle-explorer;
|
||||
radicle-explorer = outputs.packages."${system}".radicle-explorer';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ let
|
|||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
spotifyd = outputs.packages."${system}".spotifyd;
|
||||
spotifyd = outputs.packages.${system}.spotifyd';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue