diff options
| author | seth <[email protected]> | 2023-12-13 22:06:24 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-14 03:34:54 -0500 |
| commit | 78a344c27ded577693734ed733a57cfd582700a3 (patch) | |
| tree | 2679c6b33073c70c6f33a66f5ef3955fefe64bff /dev.nix | |
| parent | 974decdfa3449f47892532f9ac728275fb9fa2df (diff) | |
tree-wide: back to attic & gha again
Diffstat (limited to 'dev.nix')
| -rw-r--r-- | dev.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -36,7 +36,10 @@ jq opentofu ] - ++ lib.optional stdenv.isLinux inputs'.agenix.packages.agenix; + ++ lib.optionals stdenv.isLinux (with inputs'; [ + agenix.packages.agenix + attic.packages.default + ]); }; }; |
