just kidding more meat
This commit is contained in:
parent
ee1eee39ae
commit
6c8cd8ffc7
4 changed files with 10 additions and 11 deletions
2
flake.lock
generated
2
flake.lock
generated
|
@ -336,7 +336,7 @@
|
|||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-2W821AhqUfUF1dKCVIVtLlEI6G+ZC77edu3XFZqq9Fc=",
|
||||
"narHash": "sha256-dLb94Kczx0UeZ0aPOW5CBER4/Rpm1EDqtfLqWIk4CfA=",
|
||||
"path": "flakes/meat",
|
||||
"type": "path"
|
||||
},
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
lix-module,
|
||||
lix,
|
||||
nh,
|
||||
src,
|
||||
...
|
||||
}: let
|
||||
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
src,
|
||||
stdenvNoCC,
|
||||
bash,
|
||||
lix, # how to override this to use latest?
|
||||
lix,
|
||||
nh,
|
||||
git,
|
||||
makeWrapper,
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue