Skip to content

Commit

Permalink
chore(nix): remove unused field (#11261)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Jan 2, 2025
1 parent 7e8d638 commit 8afab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
})
else pkgs;

inherit (pkgs') writeScriptBin stdenv lib;
inherit (pkgs') writeScriptBin stdenv;

docInputs = with pkgs'.python3.pkgs; [
sphinx-autobuild
Expand Down

0 comments on commit 8afab37

Please sign in to comment.