Updated license and project setup to enable nixpkgs build and development.

This commit is contained in:
2026-07-14 16:43:28 -05:00
parent 20b8bcdb63
commit bb012b2ca9
8 changed files with 71 additions and 36 deletions
+5
View File
@@ -17,3 +17,8 @@ clean:
.PHONY: flatpak-build
flatpak-build:
flatpak-builder --force-clean build-flatpak flatpak/app.flatpak.json
# Nix build target
.PHONY: nix-build
nix-build:
nix build .#default