1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

more overlay consistency in flake.nix

This commit is contained in:
Rene Schallner 2023-01-25 14:47:24 +01:00
parent 507944f173
commit f03bc21251

View file

@ -29,7 +29,7 @@
# Other overlays
(final: prev: {
zigpkgs = inputs.zig.packages.${prev.system};
neovim-nightly = inputs.neovim-flake.packages.${prev.system}.neovim;
neovim-nightly-pkgs = inputs.neovim-flake.packages.${prev.system};
})
];
@ -42,7 +42,7 @@
in rec {
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
neovim-nightly
neovim-nightly-pkgs.neovim
zigpkgs.master
bat
wrk