remove homepage as an input for pkgs
This commit is contained in:
parent
06d2140124
commit
af48beee8c
1 changed files with 0 additions and 3 deletions
|
@ -1,13 +1,10 @@
|
||||||
{
|
{
|
||||||
final,
|
final,
|
||||||
prev,
|
prev,
|
||||||
flakes,
|
|
||||||
}:
|
}:
|
||||||
with prev.lib; let
|
with prev.lib; let
|
||||||
inherit (final) callPackage fetchpatch;
|
inherit (final) callPackage fetchpatch;
|
||||||
in {
|
in {
|
||||||
homepage = flakes.homepage.packages.${final.system}.default;
|
|
||||||
|
|
||||||
lib = callPackage ./lib {};
|
lib = callPackage ./lib {};
|
||||||
|
|
||||||
st = prev.st.override {
|
st = prev.st.override {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue