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