1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 19:11:08 +01:00

pi: use from @lassulus

This commit is contained in:
2026-03-17 20:57:52 +01:00
parent b9a222855e
commit d3d6a413e6
7 changed files with 743 additions and 70 deletions

View File

@@ -97,6 +97,7 @@
stylix,
voidrice,
wetter,
wrappers,
meteora,
...
}:
@@ -314,7 +315,10 @@
radio-news = prev.callPackage packages/radio-news { };
untilport = prev.callPackage packages/untilport.nix { };
weechat-declarative = prev.callPackage packages/weechat-declarative.nix { };
pi = prev.callPackage packages/pi.nix { };
pi = prev.callPackage packages/pi {
pkgs = final;
inherit wrappers;
};
# my packages
betacode = prev.callPackage packages/betacode.nix { };