mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 12:44:44 +00:00
5 lines
75 B
Nix
5 lines
75 B
Nix
{ pkgs, ... }:
|
|
{
|
|
comprehensive = pkgs.callPackage ./comprehensive { };
|
|
}
|