pub.solar/shell.nix
2022-10-02 22:23:27 +02:00

7 lines
142 B
Nix

with (import (fetchTarball https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz) {});
mkShell {
buildInputs = [
deno
];
}