added niri

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-10 20:33:54 +02:00
parent cdbce471ba
commit 8029d93a84
10 changed files with 837 additions and 2 deletions

View file

@ -72,6 +72,13 @@ Deploy-rs uses a declarative configuration format in your flake:
}
```
```sh
# This is highly advised by deploy-rs
checks = builtins.mapAttrs (
system: deployLib: deployLib.deployChecks inputs.self.deploy
) inputs.deploy-rs.lib;
```
## Command Examples
```bash