Skip to content

Commit

Permalink
Update example flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
notgne2 committed Oct 26, 2020
1 parent 426fb3c commit 7ec0bc2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions examples/simple/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/simple/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
};
};

checks = { "x86_64-linux" = { jsonSchema = deploy-rs.lib.x86_64-linux.checkSchema self.deploy; }; };
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
};
}
12 changes: 6 additions & 6 deletions examples/system/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/system/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
};
};

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

0 comments on commit 7ec0bc2

Please sign in to comment.