gtkmm build failing.

This commit is contained in:
Tom Alexander 2025-11-17 05:56:59 -05:00
parent b63df577d9
commit a94df0944b
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F
4 changed files with 7 additions and 6 deletions

View File

@ -80,7 +80,7 @@
type = "zfs_fs";
options = {
mountpoint = "legacy";
"org.zfsbootmenu:nixos" = "on";
"org.zfsbootmenu:active" = "on";
};
mountpoint = "/boot";
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot/linux/nix/boot@blank$' || zfs snapshot zroot/linux/nix/boot@blank";

View File

@ -80,7 +80,7 @@
type = "zfs_fs";
options = {
mountpoint = "legacy";
"org.zfsbootmenu:nixos" = "on";
"org.zfsbootmenu:active" = "on";
};
mountpoint = "/boot";
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot/linux/nix/boot@blank$' || zfs snapshot zroot/linux/nix/boot@blank";

View File

@ -27,8 +27,8 @@
me.mountPersistence = true;
# Toggle to start writing the extlinux config which will be used by zfsbootmenu
# boot.loader.generic-extlinux-compatible.enable = true;
# boot.loader.systemd-boot.enable = lib.mkForce false;
boot.loader.generic-extlinux-compatible.enable = true;
boot.loader.systemd-boot.enable = lib.mkForce false;
me.optimizations = {
enable = true;
@ -108,10 +108,10 @@
me.python.enable = true;
me.qemu.enable = true;
me.recovery.enable = true;
me.rpcs3.enable = true;
me.rpcs3.enable = false;
me.rust.enable = true;
me.sequoia.enable = true;
me.shadps4.enable = true;
me.shadps4.enable = false;
me.shikane.enable = true;
me.sops.enable = true;
me.sound.enable = true;

View File

@ -108,6 +108,7 @@
ffmpeg
pipewire
chromaprint
gtkmm
;
})
];