parent
e98f1f8bd0
commit
b5555ac4b4
1 changed files with 18 additions and 1 deletions
|
@ -6,6 +6,22 @@
|
||||||
}:
|
}:
|
||||||
with pkgs;
|
with pkgs;
|
||||||
with lib;
|
with lib;
|
||||||
|
let
|
||||||
|
use_override = false;
|
||||||
|
bambu-studio =
|
||||||
|
if use_override then
|
||||||
|
pkgs.bambu-studio.overrideAttrs (old: rec {
|
||||||
|
version = "01.10.02.76";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "bambulab";
|
||||||
|
repo = "BambuStudio";
|
||||||
|
rev = "v${version}";
|
||||||
|
hash = "sha256-LvAi3I5lnnumhOUagyej28uVy0Lgd3e19HNQXOUWSvQ=";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
else
|
||||||
|
pkgs.bambu-studio;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
config = mkIf config.gui.enable {
|
config = mkIf config.gui.enable {
|
||||||
|
|
||||||
|
@ -27,7 +43,8 @@ with lib;
|
||||||
openscad
|
openscad
|
||||||
fstl
|
fstl
|
||||||
|
|
||||||
# cura
|
orca-slicer
|
||||||
|
bambu-studio
|
||||||
|
|
||||||
qrencode
|
qrencode
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue