dream2nix/overrides/nodejs/default.nix
DavHau 39db511926 improve override system
- add utils.satisfiesSemver (from poetry2nix)
  - nix-parsec add LICENSE from https://github.com/nprindle/nix-parsec/issues/5
  - remove builtin overrides (moved to dreampkgs)
2021-11-07 15:18:28 +07:00

18 lines
93 B
Nix

{
lib,
pkgs,
# dream2nix
satisfiesSemver,
...
}:
let
b = builtins;
in
{
}