flake: add package for cachix deploy spec
This commit is contained in:
parent
14495e88d0
commit
a16f74af5c
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@
|
|||
};
|
||||
|
||||
packages = pkgs.lib.optionalAttrs defaultPlatform {
|
||||
cachix-deploy-spec = pkgs.writeText "cachix-deploy.json" (builtins.toJSON {
|
||||
agents =
|
||||
pkgs.lib.mapAttrs (_: darwin: builtins.unsafeDiscardStringContext darwin.config.system.build.toplevel) self.darwinConfigurations;
|
||||
});
|
||||
pages = pkgs.runCommand "pages"
|
||||
{
|
||||
buildInputs = [ config.devShells.mkdocs.nativeBuildInputs ];
|
||||
|
|
Loading…
Add table
Reference in a new issue