mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
97c3fa4ebd
This was scheduled for 24.11.
5 lines
75 B
Nix
5 lines
75 B
Nix
{ pkgs, ... }:
|
|
{
|
|
comprehensive = pkgs.callPackage ./comprehensive { };
|
|
}
|