dots/modules/pkgs/default.nix

3 lines
No EOL
92 B
Nix

{ pkgs, ... }: {
puppet-editor-services = pkgs.callPackage ./puppet-editor-services { };
}