refactor: resolve warnings/errors in checks
This commit is contained in:
4
dots/.config/nvim/skeletons/shell.nix.skeleton
Normal file
4
dots/.config/nvim/skeletons/shell.nix.skeleton
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ ]; }
|
||||
Reference in New Issue
Block a user