added niri
This commit is contained in:
parent
cdbce471ba
commit
8029d93a84
10 changed files with 837 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue