[NixOS] Bump nixpkgs

This commit is contained in:
2025-05-07 09:32:11 -06:00
parent e7d06c8b91
commit 5cbf3ac32e
9 changed files with 78 additions and 78 deletions

View File

@@ -8,11 +8,11 @@ makeEnable config "myModules.nvidia" false {
hardware.nvidia-container-toolkit = {
enable = true;
mount-nvidia-executables = true;
additionalEdit = ''
${lib.getExe pkgs.jq} '
.devices |= map(
.containerEdits.hooks |= map(select(.args | index("nvidia-cdi-hook") < 0))
)' | ${lib.getExe pkgs.jq} '.containerEdits.hooks |= map(select(.args | index("nvidia-cdi-hook") < 0 ))' '';
# additionalEdit = ''
# ${lib.getExe pkgs.jq} '
# .devices |= map(
# .containerEdits.hooks |= map(select(.args | index("nvidia-cdi-hook") < 0))
# )' | ${lib.getExe pkgs.jq} '.containerEdits.hooks |= map(select(.args | index("nvidia-cdi-hook") < 0 ))' '';
};
hardware.nvidia.open = true;
hardware.graphics.enable32Bit = true;