mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
updated justfile
This commit is contained in:
parent
4e6a717ec7
commit
60bf487552
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue