packages: prepare for dream2nix
This commit is contained in:
parent
5a9812bff6
commit
b42501d83f
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,14 @@
|
|||
{ inputs, pkgs }: {
|
||||
{ inputs, pkgs }:
|
||||
let
|
||||
dream2nix = inputs.dream2nix.lib2.init {
|
||||
inherit pkgs;
|
||||
config = {
|
||||
projectRoot = ./dream2nix;
|
||||
overridesDirs = [ "${inputs.dream2nix}/overrides" ./dream2nix/overrides ];
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
privatevoid-smart-card-ca-bundle = pkgs.callPackage ./data/privatevoid-smart-card-certificate-authority-bundle.nix { };
|
||||
|
||||
jdtls = pkgs.callPackage ./development/langservers/jdtls.nix { };
|
||||
|
|
Loading…
Reference in a new issue