mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-09 23:39:40 +00:00
add nix
This commit is contained in:
parent
c8a0b398f3
commit
d32e7c62d1
1 changed files with 9 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation {
|
||||
name = "react-bootstrap-shell";
|
||||
buildInputs = with pkgs; [
|
||||
nodePackages.create-react-app
|
||||
nodejs
|
||||
yarn
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue