Add accentor nix shell configs
This commit is contained in:
parent
c47b99a8c1
commit
e3abd332af
2 changed files with 38 additions and 0 deletions
9
programs/direnv/shells/accentor-web.nix
Normal file
9
programs/direnv/shells/accentor-web.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.nodejs-12_x
|
||||
pkgs.yarn
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue