rosenpass systemd unit file: introduce and test

This commit is contained in:
Jacek Galowicz
2024-11-14 14:00:15 +00:00
committed by Paul Spooren
parent d9f3c8fb96
commit f9dce3fc9a
6 changed files with 243 additions and 1 deletions

View File

@@ -135,6 +135,8 @@
checks = {
systemd-rosenpass = pkgs.testers.runNixOSTest ./tests/systemd/rosenpass.nix;
cargo-fmt = pkgs.runCommand "check-cargo-fmt"
{ inherit (self.devShells.${system}.default) nativeBuildInputs buildInputs; } ''
cargo fmt --manifest-path=${./.}/Cargo.toml --check --all && touch $out