dream2nix/overrides/nodejs/default.nix
2021-11-07 15:18:28 +07:00

19 lines
198 B
Nix

{
lib,
pkgs,
# dream2nix
satisfiesSemver,
...
}:
let
b = builtins;
in
{
# this serves as a template
# overrides are currently maintained at https://github.com/DavHau/dreampkgs
}