mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
overlays: break apart overlays
This commit is contained in:
parent
8c3605ef9d
commit
fb0fc8e911
12 changed files with 25 additions and 40 deletions
6
nix/overlays/agenix.nix
Normal file
6
nix/overlays/agenix.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
let
|
||||
sources = import ../sources.nix;
|
||||
in
|
||||
final: _: {
|
||||
inherit (final.callPackage sources.agenix {}) agenix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue