mirror of
https://github.com/kittywitch/fzfdapter.git
synced 2026-02-08 22:29:19 -08:00
This commit is contained in:
parent
17aab3c2d7
commit
f70d7c3873
2 changed files with 2 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
|||
target/
|
||||
.direnv/
|
||||
result/
|
||||
/result
|
||||
|
|
|
|||
|
|
@ -28,9 +28,7 @@
|
|||
} @ inputs:
|
||||
flake-utils.lib.eachDefaultSystem (system: let
|
||||
treefmtEval = inputs.treefmt-nix.lib.evalModule inputs.nixpkgs.legacyPackages.${system} ./treefmt.nix;
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
devShells.default = import ./shell.nix {inherit pkgs;};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue