Files
blog/content/blogs/phantom-token/shell.nix

8 lines
93 B
Nix

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