gtkmm build failing.
This commit is contained in:
parent
b63df577d9
commit
a94df0944b
@ -80,7 +80,7 @@
|
|||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
options = {
|
options = {
|
||||||
mountpoint = "legacy";
|
mountpoint = "legacy";
|
||||||
"org.zfsbootmenu:nixos" = "on";
|
"org.zfsbootmenu:active" = "on";
|
||||||
};
|
};
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot/linux/nix/boot@blank$' || zfs snapshot zroot/linux/nix/boot@blank";
|
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot/linux/nix/boot@blank$' || zfs snapshot zroot/linux/nix/boot@blank";
|
||||||
|
|||||||
@ -80,7 +80,7 @@
|
|||||||
type = "zfs_fs";
|
type = "zfs_fs";
|
||||||
options = {
|
options = {
|
||||||
mountpoint = "legacy";
|
mountpoint = "legacy";
|
||||||
"org.zfsbootmenu:nixos" = "on";
|
"org.zfsbootmenu:active" = "on";
|
||||||
};
|
};
|
||||||
mountpoint = "/boot";
|
mountpoint = "/boot";
|
||||||
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot/linux/nix/boot@blank$' || zfs snapshot zroot/linux/nix/boot@blank";
|
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot/linux/nix/boot@blank$' || zfs snapshot zroot/linux/nix/boot@blank";
|
||||||
|
|||||||
@ -27,8 +27,8 @@
|
|||||||
me.mountPersistence = true;
|
me.mountPersistence = true;
|
||||||
|
|
||||||
# Toggle to start writing the extlinux config which will be used by zfsbootmenu
|
# Toggle to start writing the extlinux config which will be used by zfsbootmenu
|
||||||
# boot.loader.generic-extlinux-compatible.enable = true;
|
boot.loader.generic-extlinux-compatible.enable = true;
|
||||||
# boot.loader.systemd-boot.enable = lib.mkForce false;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
|
|
||||||
me.optimizations = {
|
me.optimizations = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -108,10 +108,10 @@
|
|||||||
me.python.enable = true;
|
me.python.enable = true;
|
||||||
me.qemu.enable = true;
|
me.qemu.enable = true;
|
||||||
me.recovery.enable = true;
|
me.recovery.enable = true;
|
||||||
me.rpcs3.enable = true;
|
me.rpcs3.enable = false;
|
||||||
me.rust.enable = true;
|
me.rust.enable = true;
|
||||||
me.sequoia.enable = true;
|
me.sequoia.enable = true;
|
||||||
me.shadps4.enable = true;
|
me.shadps4.enable = false;
|
||||||
me.shikane.enable = true;
|
me.shikane.enable = true;
|
||||||
me.sops.enable = true;
|
me.sops.enable = true;
|
||||||
me.sound.enable = true;
|
me.sound.enable = true;
|
||||||
|
|||||||
@ -108,6 +108,7 @@
|
|||||||
ffmpeg
|
ffmpeg
|
||||||
pipewire
|
pipewire
|
||||||
chromaprint
|
chromaprint
|
||||||
|
gtkmm
|
||||||
;
|
;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user