nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 3 lines 82 B view raw
1export function sayHello(thing: string) { 2 console.log(`hello from ${thing}`); 3}