patos/justfile
Daniel Lundin b16bf9bcb8
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
feat(sysupdate): Download from dl.patagia.dev. Add gpg authentication.
2024-10-04 00:12:42 +02:00

20 lines
302 B
Makefile

set shell := ["/usr/bin/env", "bash", "-euo", "pipefail", "-c"]
[private]
default:
@just --list
# Update nix flake
update:
nix flake update
# Build all targets
build: build-image
# Build PatOS image
build-image:
nix build .#patos_image
run: build-image
qemu-efi -hda ./result/disk.qcow2