Skip to content

Commit

Permalink
fix: add vusted to flake.nix (#2891)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioziniades authored Nov 14, 2023
1 parent 90a28fd commit 99e8ca4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
35 changes: 27 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
description = "Quickstart configurations for the Nvim LSP client";

inputs.nixpkgs.url = "github:NixOS/nixpkgs";
inputs.flake-utils.url = "github:numtide/flake-utils";

outputs = { self, nixpkgs, flake-utils }:
Expand All @@ -11,6 +12,7 @@
buildInputs = [
pkgs.stylua
pkgs.luaPackages.luacheck
pkgs.luajitPackages.vusted
pkgs.selene
];
};
Expand Down

0 comments on commit 99e8ca4

Please sign in to comment.