feat: Added bambu-studio to linux
This commit is contained in:
@@ -35,6 +35,11 @@
|
|||||||
];
|
];
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
(bambu-studio.overrideAttrs (oldAttrs: {
|
||||||
|
nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [pkgs.cudatoolkit];
|
||||||
|
buildInputs = oldAttrs.buildInputs ++ [pkgs.cudatoolkit];
|
||||||
|
}))
|
||||||
|
opencv4
|
||||||
aria2
|
aria2
|
||||||
nb
|
nb
|
||||||
(nixvim.makeNixvim (import ../../neovim))
|
(nixvim.makeNixvim (import ../../neovim))
|
||||||
|
|||||||
@@ -256,6 +256,7 @@
|
|||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
|
cudatoolkit
|
||||||
# Wine
|
# Wine
|
||||||
wine-wayland
|
wine-wayland
|
||||||
winetricks
|
winetricks
|
||||||
|
|||||||
36
overlays.nix
36
overlays.nix
@@ -177,24 +177,24 @@
|
|||||||
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
|
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
libfprint = final: prev: {
|
# libfprint = final: prev: {
|
||||||
libfprint = prev.libfprint.overrideAttrs (oldAttrs: {
|
# libfprint = prev.libfprint.overrideAttrs (oldAttrs: {
|
||||||
version = "git";
|
# version = "git";
|
||||||
src = final.fetchFromGitHub {
|
# src = final.fetchFromGitHub {
|
||||||
owner = "ericlinagora";
|
# owner = "ericlinagora";
|
||||||
repo = "libfprint-CS9711";
|
# repo = "libfprint-CS9711";
|
||||||
rev = "058851c20d1e98d7c8ba82e6bfc9da08f791593f";
|
# rev = "058851c20d1e98d7c8ba82e6bfc9da08f791593f";
|
||||||
sha256 = "sha256-LCXKQmOzi/l4jQ40qkgL2gqMtmu0n30Yo6HMgUpW+uI";
|
# sha256 = "sha256-LCXKQmOzi/l4jQ40qkgL2gqMtmu0n30Yo6HMgUpW+uI";
|
||||||
};
|
# };
|
||||||
nativeBuildInputs =
|
# nativeBuildInputs =
|
||||||
oldAttrs.nativeBuildInputs
|
# oldAttrs.nativeBuildInputs
|
||||||
++ [
|
# ++ [
|
||||||
final.opencv
|
# final.opencv
|
||||||
final.cmake
|
# final.cmake
|
||||||
final.doctest
|
# final.doctest
|
||||||
];
|
# ];
|
||||||
});
|
# });
|
||||||
};
|
# };
|
||||||
csshacks = final: prev: {
|
csshacks = final: prev: {
|
||||||
csshacks = inputs.csshacks;
|
csshacks = inputs.csshacks;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user