about summary refs log tree commit diff
path: root/steam/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'steam/default.nix')
-rw-r--r--steam/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/steam/default.nix b/steam/default.nix
index 84e8669c..03e6b180 100644
--- a/steam/default.nix
+++ b/steam/default.nix
@@ -9,6 +9,9 @@ let
     fetchSteam = callPackage ./fetchsteam {
       inherit (config.steam) username password;
     };
+
+    starbound = callPackage ./starbound.nix { flavor = "stable"; };
+    starbound-unstable = callPackage ./starbound.nix { flavor = "unstable"; };
   };
 in with lib; {
   options.steam = {