summaryrefslogtreecommitdiff
path: root/shell.nix
blob: 358ee54901160812dba136b6fc4d2131f84f02d1 (plain)
1
2
3
4
5
6
7
8
9
10
with (import <nixpkgs> {});
mkShell {
	buildInputs = [
		php
		phpPackages.composer
		nodejs
		just
    entr
	];
}