mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 11:39:19 +00:00
5 lines
207 B
Nix
5 lines
207 B
Nix
{inputs, ...}: _final: prev: {
|
|
nixvim = inputs.nixvim.packages.${prev.system}.default;
|
|
devour-flake = prev.callPackage inputs.devour-flake {};
|
|
agenix = inputs.agenix.packages.${prev.system}.default;
|
|
}
|