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 { };