momo: NixOS 23.11, fix build (treefmt), move to flake-parts #262
|
@ -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; };
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue