This commit is contained in:
RingOfStorms (Josh) 2024-10-03 21:56:29 -05:00
parent 97c20de9c9
commit 48e17884ae
2 changed files with 26 additions and 8 deletions

View file

@ -111,6 +111,7 @@ from_master () {
# nix
alias nixpkgs=nixpkg
nixpkg () {
if [ $# -eq 0 ]; then
echo "Error: No arguments provided. Please specify at least one package."