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

This commit is contained in:
uttarayan21
2025-11-28 16:30:48 +05:30
parent 1e3e314411
commit 0f6ee21a35
8 changed files with 16 additions and 13 deletions

View File

@@ -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 (