after all, why not

This commit is contained in:
alsaiduq-lab 2025-03-19 15:49:44 -06:00
parent 2a5756b128
commit 040c94c5b9

View file

@ -65,6 +65,7 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "fish"; mainProgram = "fish";
maintainer = "Cobray";
}; };
passthru.shellPath = "/bin/fish"; passthru.shellPath = "/bin/fish";