Skip to content

Commit 7ec0bc2

Browse files
committed
Update example flakes
1 parent 426fb3c commit 7ec0bc2

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

examples/simple/flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/simple/flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
};
1717
};
1818

19-
checks = { "x86_64-linux" = { jsonSchema = deploy-rs.lib.x86_64-linux.checkSchema self.deploy; }; };
19+
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
2020
};
2121
}

examples/system/flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/system/flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
};
4242
};
4343

44-
checks = { "x86_64-linux" = { jsonSchema = deploy-rs.lib.x86_64-linux.checkSchema self.deploy; }; };
44+
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
4545
};
4646
}

0 commit comments

Comments
 (0)