fix: erpnext overlays needed by nixosModules
This commit is contained in:
parent
3c98c60460
commit
08dd10399b
|
@ -59,8 +59,6 @@
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [
|
overlays = [
|
||||||
inputs.agenix.overlays.default
|
inputs.agenix.overlays.default
|
||||||
inputs.erpnext.overlays.default
|
|
||||||
inputs.erpnext.overlays.pythonOverlay
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
unstable = import inputs.unstable { inherit system; };
|
unstable = import inputs.unstable { inherit system; };
|
||||||
|
|
|
@ -22,6 +22,10 @@
|
||||||
nix-direnv = unstable.nix-direnv;
|
nix-direnv = unstable.nix-direnv;
|
||||||
#vimPlugins = prev.vimPlugins // {inherit (unstable.vimPlugins) nvim-lspconfig;};
|
#vimPlugins = prev.vimPlugins // {inherit (unstable.vimPlugins) nvim-lspconfig;};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
inputs.erpnext.overlays.default
|
||||||
|
inputs.erpnext.overlays.pythonOverlay
|
||||||
|
|
||||||
(import ../pkgs)
|
(import ../pkgs)
|
||||||
(import ./blesh.nix)
|
(import ./blesh.nix)
|
||||||
(import ./nix-index.nix)
|
(import ./nix-index.nix)
|
||||||
|
|
Loading…
Reference in a new issue