feat: Use unstable orcaslicer
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
{
|
||||
pkgs,
|
||||
stablePkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs;
|
||||
lib.optionals pkgs.stdenv.isLinux [
|
||||
# (bambu-studio.overrideAttrs (oldAttrs: {
|
||||
# nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [pkgs.cudatoolkit];
|
||||
# buildInputs = oldAttrs.buildInputs ++ [pkgs.cudatoolkit];
|
||||
# }))
|
||||
# (orca-slicer.overrideAttrs (oldAttrs: {
|
||||
# nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [pkgs.cudatoolkit];
|
||||
# buildInputs = oldAttrs.buildInputs ++ [pkgs.cudatoolkit];
|
||||
# }))
|
||||
stablePkgs.orca-slicer
|
||||
(orca-slicer.overrideAttrs (oldAttrs: {
|
||||
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [pkgs.cudatoolkit];
|
||||
buildInputs = oldAttrs.buildInputs ++ [pkgs.cudatoolkit];
|
||||
}))
|
||||
# orca-slicer
|
||||
];
|
||||
}
|
||||
|
||||
@@ -479,6 +479,7 @@ in {
|
||||
pyright.enable = true;
|
||||
slint_lsp.enable = true;
|
||||
sourcekit.enable = true;
|
||||
openscad_lsp.enable = true;
|
||||
};
|
||||
onAttach =
|
||||
/*
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# nixpkgs.config.cudaSupport = true;
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
fonts.fontDir.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user