yeswiki-installer/shell.nix
2024-12-19 11:30:22 +03:00

12 lines
172 B
Nix

with import <nixpkgs> { };
stdenv.mkDerivation {
name = "yeswiki-installer";
buildInputs = [
busybox
linuxquota
nginx
php83
];
shellHook = '''';
}