fix: erpnext overlays needed by nixosModules

This commit is contained in:
teutat3s 2024-01-06 17:25:54 +01:00
parent 3c98c60460
commit 08dd10399b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 4 additions and 2 deletions

View file

@ -59,8 +59,6 @@
inherit system;
overlays = [
inputs.agenix.overlays.default
inputs.erpnext.overlays.default
inputs.erpnext.overlays.pythonOverlay
];
};
unstable = import inputs.unstable { inherit system; };

View file

@ -22,6 +22,10 @@
nix-direnv = unstable.nix-direnv;
#vimPlugins = prev.vimPlugins // {inherit (unstable.vimPlugins) nvim-lspconfig;};
})
inputs.erpnext.overlays.default
inputs.erpnext.overlays.pythonOverlay
(import ../pkgs)
(import ./blesh.nix)
(import ./nix-index.nix)