summary refs log tree commit diff
path: root/shell.nix
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-09 17:31:37 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-02-09 17:31:50 +0100
commitdfb26367006949bdf062411aaa20a38f2ec30825 (patch)
treed08ed6cc36cd573f65d38d10e2e1a301a0996c48 /shell.nix
parent0263fa1841110cb9a2da2e0cd12d94335569c748 (diff)
downloadrzut-ukosny-dfb26367006949bdf062411aaa20a38f2ec30825.tar.gz
rzut-ukosny-dfb26367006949bdf062411aaa20a38f2ec30825.zip
Some shit happens
no idea how
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..8102fed
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,7 @@
+{ pkgs ? import <nixpkgs> {}}:
+pkgs.mkShell {
+  buildInputs = with pkgs; [
+    nodejs
+    nodePackages.expo-cli
+  ];
+}