flake.nix: remove stuff

This commit is contained in:
Astro 2022-12-25 04:12:36 +01:00
parent 3d8509a6f7
commit 9f4bd756c9
1 changed files with 1 additions and 6 deletions

View File

@ -20,17 +20,12 @@
root = ./.;
nativeBuildInputs = with pkgs; [ pkg-config ];
buildInputs = with pkgs; [ openssl systemd ];
postInstall = ''
mkdir -p $out/share/buzz2elastic
cp -r static $out/share/buzz2elastic/
'';
checkInputs = [ pkgs.rustPackages.clippy ];
doCheck = true;
cargoTestCommands = x:
x ++ [
''cargo clippy --all --all-features --tests -- \
-D warnings \
-A clippy::nonminimal_bool''
-D warnings''
];
meta.description = "Send Prometheus alerts to XMPP Multi-User Chatrooms";
};