merge from main

This commit is contained in:
Daniel Lundin 2024-09-17 23:02:53 +02:00
parent 1e9c413afd
commit 16427e5fe3
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
4 changed files with 128 additions and 70 deletions

16
justfile Normal file
View file

@ -0,0 +1,16 @@
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