Skip to content

Commit

Permalink
chore: Move comment & duplicate recipe calls into header
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 4, 2024
1 parent 0d0a6d2 commit 9f03fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/ublue-os-just/00-default.just
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
uid := `id -u`
shell := `grep :$(id -u): /etc/passwd | cut -d: -f7`

set allow-duplicate-recipes := true
set ignore-comments := true

# Boot into this device's BIOS/UEFI screen
bios:
systemctl reboot --firmware-setup
Expand Down
3 changes: 3 additions & 0 deletions build/ublue-os-just/header.just
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
set allow-duplicate-recipes := true
set ignore-comments := true

_default:
@just --list --list-heading $'Available commands:\n' --list-prefix $' - '

0 comments on commit 9f03fd1

Please sign in to comment.