pub.solar/shell.nix

7 lines
142 B
Nix
Raw Normal View History

2022-10-02 18:46:42 +00:00
with (import (fetchTarball https://github.com/nixos/nixpkgs/archive/nixpkgs-unstable.tar.gz) {});
mkShell {
2021-05-30 14:55:34 +00:00
buildInputs = [
2022-10-02 18:46:42 +00:00
deno
2021-05-30 14:55:34 +00:00
];
}