This commit is contained in:
Benjamin Bädorf 2021-09-24 22:27:23 +02:00
parent 9c9a250704
commit 23bfeac0fc
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -3,5 +3,6 @@
pkgs.mkShell {
buildInputs = [
pkgs.nodejs
pkgs.deno
];
}