Add puppet-editor-services

This commit is contained in:
Gene Liverman 2024-06-10 15:08:41 -04:00
parent ab733daa16
commit 79538a43b9
8 changed files with 867 additions and 3 deletions

3
modules/pkgs/default.nix Normal file
View file

@ -0,0 +1,3 @@
{ pkgs, ... }: {
puppet-editor-services = pkgs.callPackage ./puppet-editor-services { };
}