tlaternet-webserver/shell.nix

9 lines
101 B
Nix
Raw Normal View History

2020-05-31 00:45:47 +01:00
with import <nixpkgs> {};
runCommand "www" {
buildInputs = [
openssl
pkg-config
];
} ""