Files
nur/pkgs/default.nix
T

14 lines
562 B
Nix
Raw Normal View History

2026-08-09 15:38:24 -04:00
{ pkgs, hildibrand }:
2026-05-29 15:44:32 -04:00
{
2026-08-09 15:38:24 -04:00
# 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
2026-05-25 17:17:47 -04:00
# sable-web = pkgs.callPackage ./common/sable.nix {};
2026-05-25 14:51:01 -04:00
swaytreesave = pkgs.callPackage ./linux/swaytreesave.nix {};
musicpresence = pkgs.callPackage ./linux/musicpresence.nix {};
2026-05-21 08:41:07 -04:00
vintage-story = pkgs.callPackage ./linux/vintage-story.nix {};
2026-07-12 15:52:52 -04:00
archon = pkgs.callPackage ./linux/archon.nix {};
2026-05-29 15:44:32 -04:00
yubilock = pkgs.callPackage ./linux/yubilock/default.nix { };
2026-05-21 08:41:07 -04:00
}