Skip to content

Instantly share code, notes, and snippets.

@escherlies
Created November 25, 2025 16:27
Show Gist options
  • Select an option

  • Save escherlies/eeda7564b406c9097e8359dda12f17fe to your computer and use it in GitHub Desktop.

Select an option

Save escherlies/eeda7564b406c9097e8359dda12f17fe to your computer and use it in GitHub Desktop.
Bun Script with Nix Shebang Interpreter
#! /usr/bin/env nix
/*
#! nix shell nixpkgs#bun --command bun
*/
console.log("Hello from Bun! 🥟")
// See https://nix.dev/manual/nix/2.28/command-ref/new-cli/nix.html?highlight=shebang#shebang-interpreter
@escherlies
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment