This commit is contained in:
Jana Dönszelmann 2026-03-19 10:24:29 +01:00
parent 194cefe340
commit ac7e310e00
No known key found for this signature in database
9 changed files with 181 additions and 111 deletions

View file

@ -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;