flake.nix

This commit is contained in:
2026-01-20 23:55:27 +07:00
parent a79ef6929e
commit 3d77c18c64
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
all: compile
proto:
wayland-scanner server-header /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml xdg-shell-protocol.h
wayland-scanner server-header $(shell pkg-config --variable=pkgdatadir wayland-protocols)/stable/xdg-shell/xdg-shell.xml xdg-shell-protocol.h
compile: proto
gcc -o absinthe src/* \