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
give me
cat ~/.justfile
that'll do it
is that bash you're using or something else?
fish
run
bash
once
file should exist after thathm
okay, well, easy fix
It's probably because I had an existing .bashrc, and a rebase doesn't recreate it
echo '!include /usr/share/ublue-os/justfile' | tee -a "${HOME}/.justfile"
Use the flag?
that's normal, yeah
for bash we ship an alias
you can add one to fish
literally
alias just=/usr/bin/just --unstable
Thanks, I'll add that
That all works, thanks. (I might recommend having the bazzite portal test to see if the .justfile is missing)