BindableProperty

This commit is contained in:
2020-05-06 09:10:30 +02:00
parent 8732c85191
commit fbea880b64
18 changed files with 5558 additions and 0 deletions

6
shell.nix Normal file
View File

@@ -0,0 +1,6 @@
let nixpkgs = fetchTarball
https://releases.nixos.org/nixos/20.03/nixos-20.03.1445.95b9c99f6d0/nixexprs.tar.xz
; pkgs = import <nixpkgs> {}
; in
pkgs.mkShell { buildInputs = with pkgs; [ nodejs-12_x ]
; }