LitElement example
This commit is contained in:
6
examples/litelement/shell.nix
Normal file
6
examples/litelement/shell.nix
Normal 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 ]
|
||||
; }
|
||||
Reference in New Issue
Block a user