Fixed import-from-derivation when using keys from package

This commit is contained in:
Tim Schubert 2021-12-11 23:20:41 +01:00
parent ddc4fb3086
commit c1fe091ec5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 6 additions and 29 deletions

View file

@ -53,7 +53,6 @@
};
packages = flake-utils.lib.flattenTree {
deploy = pkgs.callPackage ./pkgs/deploy.nix { };
keys = pkgs.callPackage ./pkgs/keys { };
recipemd = pkgs.python3Packages.toPythonApplication python3Packages.recipemd;
};
})) // {
@ -68,6 +67,7 @@
nixosModules = import ./nixos/modules inputs;
overlays = import ./overlays;
pythonPackages = import ./pkgs/python-pkgs;
keys = ./keys;
hydraJobs = (
nixpkgs.lib.mapAttrs'