fix: Fix wrong cliphist package name
This commit is contained in:
parent
ea8e5338b1
commit
5c315e004c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,5 +4,5 @@ let
|
||||||
inherit (prev.stdenv.hostPlatform) system;
|
inherit (prev.stdenv.hostPlatform) system;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit (outputs.packages."${system}") cliphist';
|
cliphist = outputs.packages."${system}".cliphist';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue