flake.nix: expose input sources as packages

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-05 10:06:36 +01:00
parent b41c16e234
commit abb5ae9473
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

View File

@ -109,9 +109,7 @@
inherit pkgs;
packages.${system} = {
inherit (pkgs) kanidm pcloud;
};
inputs = pkgs.lib.mapAttrs (_: src: src.outPath) inputs;
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [ sops ];