summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-01-22 12:46:56 +0100
committertpart <tpart120@proton.me>2025-01-22 12:46:56 +0100
commit41aac083941cdf44a0abe40ff4b4caca7be001a8 (patch)
treeeb24f50b14bb5f16a2a12f218051e5e511a47297 /shell.nix
parentfef391d70527bcd3d7b76cf921beeec488ff4b1c (diff)
downloadhurrycurry-41aac083941cdf44a0abe40ff4b4caca7be001a8.tar
hurrycurry-41aac083941cdf44a0abe40ff4b4caca7be001a8.tar.bz2
hurrycurry-41aac083941cdf44a0abe40ff4b4caca7be001a8.tar.zst
Add shell.nix
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 00000000..eceade83
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,7 @@
+{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
+ packages = with pkgs; [
+ godot_4
+ python3
+ ffmpeg
+ ];
+} \ No newline at end of file