6 lines
96 B
Nix
6 lines
96 B
Nix
{pkgs, ...}: let
|
|
inherit (pkgs) callPackage;
|
|
in {
|
|
starbound = callPackage ./starbound {};
|
|
}
|