mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
Add nuenv to flake overlay as well
So `om ci` works
This commit is contained in:
parent
07dfede104
commit
0461b08b9f
1 changed files with 1 additions and 0 deletions
|
|
@ -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; }; })
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue