Update dist-nix

This commit is contained in:
clsty
2025-11-04 20:47:35 +08:00
parent 4443b736d8
commit 38cd1a7169
4 changed files with 30 additions and 8 deletions
+12
View File
@@ -0,0 +1,12 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
pkg-config
meson
ninja
cairo
dbus
dbus-glib
glib
];
}