flake.nix: remove stuff
parent
3d8509a6f7
commit
9f4bd756c9
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue