mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-19 20:41:54 +03:00
39db511926
- add utils.satisfiesSemver (from poetry2nix) - nix-parsec add LICENSE from https://github.com/nprindle/nix-parsec/issues/5 - remove builtin overrides (moved to dreampkgs)
18 lines
93 B
Nix
18 lines
93 B
Nix
{
|
|
lib,
|
|
pkgs,
|
|
|
|
# dream2nix
|
|
satisfiesSemver,
|
|
...
|
|
}:
|
|
|
|
let
|
|
b = builtins;
|
|
in
|
|
|
|
{
|
|
|
|
|
|
}
|