add: add hildibrand input, package

This commit is contained in:
2026-08-09 15:38:24 -04:00
parent b43f2ace49
commit 0ffb8f5493
3 changed files with 85 additions and 5 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
{ pkgs }:
{ pkgs, hildibrand }:
{
# any packages that are added to pkgs and are inputs, we inherit them here
inherit hildibrand;
# any packages that build instructions are in this repo, they go here
# sable-web = pkgs.callPackage ./common/sable.nix {};
swaytreesave = pkgs.callPackage ./linux/swaytreesave.nix {};
musicpresence = pkgs.callPackage ./linux/musicpresence.nix {};