Files
hsgj25-growth/shell.nix
2025-10-03 21:24:54 +02:00

10 lines
131 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
godot_4_5
blender
pixelorama
];
}