mirror of
https://github.com/callumio/nixfiles.git
synced 2026-05-06 11:08:09 +01:00
5 lines
201 B
Nix
5 lines
201 B
Nix
{inputs, ...}: _final: prev: {
|
|
nvf = inputs.nvf.packages.${prev.system}.default;
|
|
devour-flake = prev.callPackage inputs.devour-flake {};
|
|
agenix = inputs.agenix.packages.${prev.system}.default;
|
|
}
|