feat(pkgs) add repo pack package
This commit is contained in:
parent
45a6774b20
commit
f34eed5138
4 changed files with 33 additions and 7 deletions
|
|
@ -1,12 +1,6 @@
|
|||
let
|
||||
sshKeys = import ../secrets/keys.nix;
|
||||
in {
|
||||
perSystem = {...}: {
|
||||
imports = [
|
||||
{
|
||||
_module.args.keys = sshKeys;
|
||||
}
|
||||
];
|
||||
};
|
||||
perSystem = _: {_module.args.keys = sshKeys;};
|
||||
flake.keys = sshKeys;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue