WIP mobile, broken build
This commit is contained in:
parent
b506e8af60
commit
4a03eb9193
14 changed files with 95 additions and 82 deletions
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
wrappers.agenix = {
|
||||
basePackage = inputs.agenix-cli.packages.${pkgs.system}.default;
|
||||
|
||||
env.AGENIX_ROOT.value = let
|
||||
path = ".agenix.toml";
|
||||
in
|
||||
pkgs.writeTextDir path (builtins.readFile (pkgs.writers.writeTOML path {
|
||||
paths = [
|
||||
{
|
||||
glob = "**";
|
||||
identities = import ../../secrets/keys.nix;
|
||||
}
|
||||
];
|
||||
}));
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue