Merge remote-tracking branch 'origin' into overlay-atuin

This commit is contained in:
2026-08-26 19:44:04 -04:00
8 changed files with 225 additions and 59 deletions
+11 -1
View File
@@ -1,10 +1,20 @@
{ pkgs }:
{
pkgs,
hildibrand ? null,
caitsith ? null
}:
{
atuinLatest = pkgs.atuinLatest;
# any packages that are added to pkgs and are inputs, we inherit them here
inherit hildibrand;
inherit caitsith;
# 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 { };
vintage-story = pkgs.callPackage ./linux/vintage-story.nix { };
archon = pkgs.callPackage ./linux/archon.nix { };
yubilock = pkgs.callPackage ./linux/yubilock/default.nix { };
ani-cli-rs = pkgs.callPackage ./linux/ani-cli-rs.nix { };
}