init
This commit is contained in:
commit
a0ae1b422d
9 changed files with 371 additions and 0 deletions
5
shell.nix
Normal file
5
shell.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [deno];
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue