summaryrefslogtreecommitdiff
path: root/client/shell.nix
blob: b29095f4ba17985522eee520d5ec421eef232bf1 (plain)
1
2
3
4
5
6
7
with (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/release-23.11.tar.gz") {});

pkgs.mkShell {
	buildInputs = [
		nodejs_21
	];
}