chore: Adds Nix.
This commit is contained in:
parent
939eb0b9d7
commit
dfc258bde6
1 changed files with 6 additions and 0 deletions
6
shell.nix
Normal file
6
shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
let
|
||||||
|
pkgs = import (fetchTarball ("channel:nixpkgs-unstable")) { };
|
||||||
|
in
|
||||||
|
pkgs.mkShell {
|
||||||
|
buildInputs = [ pkgs.nodejs pkgs.sqlite ];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue