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
1 changed files with 2 additions and 0 deletions

View File

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