mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
6 lines
204 B
Nix
6 lines
204 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;
|
|
}
|