Add nuenv to flake overlay as well

So `om ci` works
This commit is contained in:
Sridhar Ratnakumar 2024-08-21 12:36:18 -04:00
parent 07dfede104
commit 0461b08b9f
No known key found for this signature in database

View file

@ -104,6 +104,7 @@
_module.args.pkgs = import inputs.nixpkgs {
inherit system;
overlays = [
inputs.nuenv.overlays.default
(import ./packages/overlay.nix { inherit system; flake = { inherit inputs; }; })
];
};