Replace justfile with run

This commit is contained in:
Oliver Davies 2024-07-06 12:02:25 +01:00
parent 77aa4db95f
commit eb677985cb
3 changed files with 33 additions and 14 deletions

View file

@ -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} = {