ess-helm-nixos/pkgs/default.nix
2026-04-16 20:10:03 +02:00

8 lines
89 B
Nix

{
pkgs ? import <nixpkgs>,
...
}:
{
# example = pkgs.callPackage ./example { };
}