updated justfile

This commit is contained in:
Bryan Ramos 2024-05-13 22:19:44 -04:00
parent 4e6a717ec7
commit 60bf487552
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -1,5 +1,6 @@
SYSTEM := "$(echo $HOSTNAME)"
# Print this list
default:
@just --list
@ -87,12 +88,15 @@ build SYSTEM TYPE="nix":
;;
esac
# Search the nixpkgs flake for packages that mention PKG
search PKG:
nix search nixpkgs {{PKG}}
# Open the nixos packages search in the browser
pkgs:
@xdg-open https://search.nixos.org/packages
# Open the nixos options search in the browser
options:
@xdg-open https://search.nixos.org/options