diff --git a/pkgs/default.nix b/pkgs/default.nix index 7dd1e0c..9f45c9e 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -18,7 +18,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 { };