From e1620950b6083281cf78b7bab2d27477895da819 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 6 Sep 2026 14:02:14 -0400 Subject: [PATCH] add: make sable great again --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index f396718..b301fa7 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -14,7 +14,7 @@ inherit caitsith; # any packages that build instructions are in this repo, they go here - # sable-web = pkgs.callPackage ./common/sable.nix {}; + 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 { };