mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-18 20:11:33 +03:00
19 lines
198 B
Nix
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
|
|
|
|
}
|