Replace justfile with run
This commit is contained in:
parent
77aa4db95f
commit
eb677985cb
3 changed files with 33 additions and 14 deletions
|
|
@ -16,7 +16,6 @@
|
|||
lib = import ./lib { inherit inputs self; };
|
||||
|
||||
inherit (lib) mkNeovim mkVimPlugin;
|
||||
inherit (pkgs) mkShell;
|
||||
|
||||
default = mkVimPlugin { inherit system; };
|
||||
neovim = mkNeovim { inherit system; };
|
||||
|
|
@ -24,8 +23,6 @@
|
|||
{
|
||||
inherit lib;
|
||||
|
||||
devShells.${system}.default = mkShell { buildInputs = with pkgs; [ just ]; };
|
||||
|
||||
formatter.${system} = pkgs.nixfmt-rfc-style;
|
||||
|
||||
packages.${system} = {
|
||||
|
|
|
|||
Reference in a new issue