fix: update deploy-rs usage and nix version for mirai and related systems
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -399,7 +399,8 @@
|
||||
in {
|
||||
tsuba = mkImage nixos.tsuba;
|
||||
};
|
||||
deploy = import ./deploy.nix {inherit inputs self;};
|
||||
deploy = import ./deploy.nix {inherit inputs self deploy-rs;};
|
||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
||||
inherit devices;
|
||||
}
|
||||
// flake-utils.lib.eachDefaultSystem (
|
||||
|
||||
Reference in New Issue
Block a user