blogbot/shell.nix

5 lines
81 B
Nix
Raw Permalink Normal View History

2025-01-11 20:22:47 -07:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [deno];
}