1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 12:03:00 +02:00
presence.nvim/default.nix
2024-04-17 19:01:03 +02:00

11 lines
174 B
Nix

let
pkgs = import <nixpkgs> {};
in
pkgs.mkShell {
packages = with pkgs; [
# Choose the build tools that you need
act
lua51Packages.luacheck
stylua
];
}