mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
6 lines
118 B
Nix
6 lines
118 B
Nix
let
|
|
sources = import ../sources.nix;
|
|
in
|
|
final: _: {
|
|
inherit (final.callPackage sources.agenix {}) agenix;
|
|
}
|