pub.solar/shell.nix

7 lines
142 B
Nix
Raw Normal View History

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