mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
overlays/agenix: pin as flake
This commit is contained in:
parent
c174f936cb
commit
83db5e1027
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
let
|
||||
sources = import ../../npins;
|
||||
inherit (sources) agenix;
|
||||
inherit (agenix.repository) owner repo;
|
||||
in
|
||||
final: _: {
|
||||
inherit (final.callPackage sources.agenix {}) agenix;
|
||||
# Use flake so the package inputs is pinned
|
||||
agenix = (builtins.getFlake "github:${owner}/${repo}/${agenix.revision}").packages.${final.system}.default;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue