nixos-configs/apps/pin-inputs/default.nix

12 lines
240 B
Nix
Raw Normal View History

2025-01-27 18:16:59 -05:00
{buildApp, ...}:
buildApp {
src = ./.;
npmDepsHash = "sha256-s4eh0nL52/bS/yIo2BQgdTN6l3SiD2NTY2KntxjpIl4=";
runtimeInputs = [];
meta.description = ''
Takes a list of inputs to pin to their current rev in `flake.lock`.
'';
}