flake.nix: expose input sources as packages
This commit is contained in:
parent
b41c16e234
commit
abb5ae9473
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user