pkgs: add blade-formatter
This commit is contained in:
parent
748a3ba0ba
commit
8de573b35c
4 changed files with 183 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
|
||||
|
||||
{ pkgs, inputs }: {
|
||||
blade-formatter = pkgs.callPackage ./blade-formatter { };
|
||||
cargo-checkmate = pkgs.callPackage ./cargo-checkmate.nix { };
|
||||
lipsum = pkgs.callPackage ./lipsum.nix { inherit inputs; };
|
||||
emmet-cli = pkgs.callPackage ./emmet-cli.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue