added shellPath to flake.nix package

This commit is contained in:
2026-02-19 00:20:18 -05:00
parent 763b8ea73e
commit abe602c8ce

View File

@@ -23,6 +23,7 @@
}; };
doCheck = false; doCheck = false;
passthru.shellPath = "/bin/fern";
meta = with pkgs.lib; { meta = with pkgs.lib; {
description = "A Linux shell written in Rust"; description = "A Linux shell written in Rust";