add bambu!
This commit is contained in:
32
overlays/bambu-studio.nix
Normal file
32
overlays/bambu-studio.nix
Normal file
@@ -0,0 +1,32 @@
|
||||
final: prev: {
|
||||
bambu-studio = prev.appimageTools.wrapType2 rec {
|
||||
name = "BambuStudio";
|
||||
pname = "bambu-studio";
|
||||
version = "02.06.00.51";
|
||||
ubuntu_version = "24.04";
|
||||
|
||||
src = prev.fetchurl {
|
||||
url = "https://github.com/bambulab/BambuStudio/releases/download/v02.06.00.51/BambuStudio_ubuntu-24.04-v02.06.00.51-20260417160415.AppImage";
|
||||
sha256 = "sha256-CYePefJ7FXcAK+OXsIaNRHkml18BA7um4W2+f6l49zQ=";
|
||||
};
|
||||
|
||||
profile = ''
|
||||
export SSL_CERT_FILE="${prev.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
export GIO_MODULE_DIR="${prev.glib-networking}/lib/gio/modules/"
|
||||
'';
|
||||
|
||||
extraPkgs =
|
||||
pkgs: with pkgs; [
|
||||
cacert
|
||||
glib
|
||||
glib-networking
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
webkitgtk_4_1
|
||||
# Common missing deps for Bambu/Orca AppImages:
|
||||
libsecret
|
||||
git
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user