Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created June 5, 2018 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save monokrome/77d2f2a33295e39cf020a69f3c659ba7 to your computer and use it in GitHub Desktop.
Save monokrome/77d2f2a33295e39cf020a69f3c659ba7 to your computer and use it in GitHub Desktop.
{ stdenv, nixpkgs }: stdenv.mkDerivation {
buildInputs = [
nixpkgs.godot
nixpkgs.godot_headers
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment