fix
This commit is contained in:
parent
15a5e2c6bc
commit
c1aab5ec91
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# deploy-rs: This is highly advised, and will prevent many possible mistakes
|
# deploy-rs: This is highly advised, and will prevent many possible mistakes
|
||||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib;
|
||||||
|
|
||||||
# Convenience output that aggregates the outputs for home, nixos, and darwin configurations.
|
# Convenience output that aggregates the outputs for home, nixos, and darwin configurations.
|
||||||
# Also used in ci to build targets generally.
|
# Also used in ci to build targets generally.
|
||||||
|
|
Reference in a new issue