mirror of
https://github.com/kittywitch/fzfdapter.git
synced 2026-02-09 06:39:19 -08:00
feat: consolidate, license
This commit is contained in:
commit
0ade7d9539
19 changed files with 2088 additions and 0 deletions
3
shell.nix
Normal file
3
shell.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{pkgs ? import <nixpkgs> {}, ...}: pkgs.mkShell {
|
||||
buildInputs = [pkgs.cargo pkgs.rustc pkgs.clippy pkgs.rust-analyzer (pkgs.rustfmt.override {asNightly = true;})];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue