flake: expose custom packages as output

This commit is contained in:
Bruno BELANYI 2021-04-20 16:38:20 +00:00
parent 67faf8fa43
commit 89ea720bff

View file

@ -64,6 +64,8 @@
nixpkgs-fmt
];
};
packages = import ./pkgs { inherit pkgs; };
}) // {
overlay = self.overlays.pkgs;