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; inherit pkgs;
packages.${system} = { inputs = pkgs.lib.mapAttrs (_: src: src.outPath) inputs;
inherit (pkgs) kanidm pcloud;
};
devShells.${system}.default = pkgs.mkShell { devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [ sops ]; packages = with pkgs; [ sops ];