less
This commit is contained in:
parent
194cefe340
commit
ac7e310e00
9 changed files with 181 additions and 111 deletions
|
|
@ -3,6 +3,7 @@ inputs@{
|
|||
deploy-rs,
|
||||
self,
|
||||
pkgsForSystem,
|
||||
unstablePkgsForSystem,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -63,6 +64,7 @@ rec {
|
|||
}:
|
||||
home-only: {
|
||||
pkgs = pkgsForSystem system;
|
||||
pkgs-unstable = unstablePkgsForSystem system;
|
||||
flakes = inputs;
|
||||
inherit inputs;
|
||||
inherit (inputs.secrets.packages.${system}) secrets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue