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