just kidding more meat

This commit is contained in:
atagen 2024-08-20 14:44:46 +10:00
parent ee1eee39ae
commit 6c8cd8ffc7
4 changed files with 10 additions and 11 deletions

View file

@ -27,9 +27,9 @@
self,
nixpkgs,
lix-module,
lix,
nh,
src,
...
}: let
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];

View file

@ -3,7 +3,7 @@
src,
stdenvNoCC,
bash,
lix, # how to override this to use latest?
lix,
nh,
git,
makeWrapper,

View file

@ -5,7 +5,7 @@ shift
cd $FLAKE
printf "\n--- MEAT ---------------------------------------------\n"
printf "\n----- MEAT -------------------------------------------\n\n"
case $cmd in
@ -46,13 +46,12 @@ case $cmd in
;;
help|*)
printf "
FRESH \t\t| GET LATEST MEAT
YUM \t\t| CONSUME DELICIOUS MEAT
COOK \t\t| ONLY PREPARE MEAT
POKE \t\t| TRY COOK SUSPICIOUS MEAT
GUT \t\t| CLEAN MEAT
LOOK \t\t| INSPECT MEATS
printf "\tFRESH \t\t| GET LATEST MEAT
\tYUM \t\t| CONSUME DELICIOUS MEAT,
\tCOOK \t\t| ONLY PREPARE MEAT,
\tPOKE \t\t| TRY COOK SUSPICIOUS MEAT,
\tGUT \t\t| CLEAN MEAT,
\tLOOK \t\t| INSPECT MEATS,
------------------------------------------------------\n"
;;