Initial commit, basic web page with reagent component is working
This commit is contained in:
commit
5aac0474c1
13 changed files with 2103 additions and 0 deletions
12
shell.nix
Normal file
12
shell.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs ? import <nixpkgs> { }, }:
|
||||
|
||||
let
|
||||
lib = pkgs.lib;
|
||||
in pkgs.mkShell rec {
|
||||
name = "quil-env";
|
||||
buildInputs = with pkgs; [
|
||||
clojure
|
||||
nodejs-slim-16_x
|
||||
nodePackages.npm
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue