Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(yafti): Use new just shortcuts for nix/fleek #662

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ screens:
description: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible
default: false
packages:
- Install Nix Package Support: sudo -A ujust nix-install
- Install Fleek (Requires Nix): ujust fleek-install
- Install Nix Package Support: sudo -A ujust setup-nix install
- Install Fleek (Requires Nix): ujust setup-fleek install
Oversteer:
description: Application to control supported steering wheels
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ screens:
description: Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible
default: false
packages:
- Install Nix Package Support: sudo -A ujust nix-install
- Install Fleek (Requires Nix): ujust fleek-install
- Install Nix Package Support: sudo -A ujust setup-nix install
- Install Fleek (Requires Nix): ujust setup-fleek install
OpenRazer:
description: Enables additional capabilities for Razer Hardware
default: false
Expand Down
Loading