mirror of
https://framagit.org/enfance-libre/resistants
synced 2025-04-20 01:53:48 +00:00
chore: add direnv
This commit is contained in:
parent
4160039833
commit
ccccf11d96
2 changed files with 7 additions and 0 deletions
3
.envrc
Normal file
3
.envrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
export NODE_ENV=development
|
||||
use_nix
|
||||
|
4
default.nix
Normal file
4
default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ nodejs-18_x (yarn.override { nodejs = nodejs-18_x; }) ];
|
||||
}
|
Loading…
Add table
Reference in a new issue