momo: NixOS 23.11, fix build (treefmt), move to flake-parts #262

Merged
teutat3s merged 12 commits from momo/nixos-23.11 into momo/main 2024-01-08 22:50:39 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 08dd10399b - Show all commits

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)