Skip to content

Commit

Permalink
drop unneeded neovim app
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jan 22, 2025
1 parent 4992ab2 commit 0d19702
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
{
pkgs,
system,
self',
inputs',
config,
...
Expand All @@ -86,14 +85,6 @@
config = import ./config.nix;
};
};
apps.my-neovim =
let
myNeovim = self'.packages.neovim;
in
{
type = "app";
program = "${myNeovim}/bin/nvim";
};
pre-commit.settings = {
src = ./.;
hooks = {
Expand Down

0 comments on commit 0d19702

Please sign in to comment.