Files
blog/content/blogs/phantom-token/shell.nix
2025-03-30 17:01:09 +00:00

9 lines
102 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
bun
go
hurl
];
}