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

View file

@ -0,0 +1,4 @@
{ ... }: {
# This one brings our custom packages from the 'pkgs' directory
local_pkgs = final: _prev: import ../pkgs { pkgs = final; config.allowUnfree = true; };
}