No justfile found

Hi all, I just recently rebased from ublue-nvidia (onto bazzite/gnome/nvidia), and was trying to use the Bazzite portal, but noticed it never did anything, as it kept saying "No justfile found".. I then verified that I.. indeed.. don't have a justfile (just the command just shows that error). Doing an rpm-ostree upgrade also does not fix this for me.. any ideas?
13 Replies
Kyle Gospo
Kyle Gospo2y ago
give me cat ~/.justfile
Tommy
TommyOP2y ago
No description
Kyle Gospo
Kyle Gospo2y ago
that'll do it is that bash you're using or something else?
Tommy
TommyOP2y ago
fish
Kyle Gospo
Kyle Gospo2y ago
run bash once file should exist after that
Tommy
TommyOP2y ago
No description
Kyle Gospo
Kyle Gospo2y ago
hm okay, well, easy fix
Tommy
TommyOP2y ago
It's probably because I had an existing .bashrc, and a rebase doesn't recreate it
Kyle Gospo
Kyle Gospo2y ago
echo '!include /usr/share/ublue-os/justfile' | tee -a "${HOME}/.justfile"
Tommy
TommyOP2y ago
No description
Tommy
TommyOP2y ago
Use the flag?
Kyle Gospo
Kyle Gospo2y ago
that's normal, yeah for bash we ship an alias you can add one to fish literally alias just=/usr/bin/just --unstable
Tommy
TommyOP2y ago
Thanks, I'll add that That all works, thanks. (I might recommend having the bazzite portal test to see if the .justfile is missing)

Did you find this page helpful?