yeswiki-installer/shell.nix

13 lines
172 B
Nix
Raw Permalink Normal View History

2024-12-19 08:30:22 +00:00
with import <nixpkgs> { };
stdenv.mkDerivation {
name = "yeswiki-installer";
buildInputs = [
busybox
linuxquota
nginx
php83
];
shellHook = '''';
}