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:
parent
507944f173
commit
f03bc21251
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue