Merge branch 'master' into cliamp

This commit is contained in:
2026-09-02 12:42:18 -05:00
3 changed files with 53 additions and 2 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
{
{
pkgs,
hildibrand ? null,
caitsith ? null
caitsith ? null,
}:
{
# any overlays we define here
@@ -21,4 +21,5 @@
archon = pkgs.callPackage ./linux/archon.nix { };
yubilock = pkgs.callPackage ./linux/yubilock/default.nix { };
ani-cli-rs = pkgs.callPackage ./linux/ani-cli-rs.nix { };
opengoal = pkgs.callPackage ./linux/opengoal.nix { };
}