Skip to content

Commit

Permalink
Add nuenv to flake overlay as well
Browse files Browse the repository at this point in the history
So `om ci` works
  • Loading branch information
srid committed Aug 21, 2024
1 parent 07dfede commit 0461b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; }; })
];
};
Expand Down

0 comments on commit 0461b08

Please sign in to comment.