Skip to content

Commit

Permalink
fix failing neovim flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Feb 23, 2024
1 parent 2460dc4 commit 7ce2dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/flakes/nixvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
};
in {
checks.nixvim =
inputs'.nixvim.lib.check.mkTestDerivationFromNixvimModule nixvimModule;
inputs.nixvim.lib.${pkgs.system}.check.mkTestDerivationFromNixvimModule nixvimModule;
packages.nvim =
inputs'.nixvim.legacyPackages.makeNixvimWithModule nixvimModule;
};
Expand Down

0 comments on commit 7ce2dbb

Please sign in to comment.