finally fix the damn issue

This commit is contained in:
Osman Faruk Bayram 2025-03-14 01:57:53 +03:00
parent c0c9537257
commit 6291d3bb2a
2 changed files with 6 additions and 9 deletions

12
flake.lock generated
View file

@ -149,11 +149,11 @@
]
},
"locked": {
"lastModified": 1741877836,
"narHash": "sha256-dInGmyx0eG9ETEyyLZ6J+S7Mj9HNhT9wuh/iYHM1l/k=",
"lastModified": 1741894454,
"narHash": "sha256-Mu2YXrGr/8Cid6W44AXci/YYnASoXjGrMV9Sjs66oyc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "56374cc64d58451b359bb4e8502387d3a96e7c7b",
"rev": "0b0baed7b2bf6a5e365d4cba042b580a2bc32e34",
"type": "github"
},
"original": {
@ -338,11 +338,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1741513245,
"narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=",
"lastModified": 1741851582,
"narHash": "sha256-cPfs8qMccim2RBgtKGF+x9IBCduRvd/N5F4nYpU0TVE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1",
"rev": "6607cf789e541e7873d40d3a8f7815ea92204f32",
"type": "github"
},
"original": {

View file

@ -49,9 +49,6 @@
# Enable OpenGL
programs.nix-required-mounts.enable = true;
programs.nix-required-mounts.presets.nvidia-gpu.enable = true;
# TODO: this ugly thing is necessary until this issue is resolved
# https://github.com/NixOS/nixpkgs/issues/380601
nix.settings.system-features = ["nixos-test" "benchmark" "big-parallel" "kvm" "gpu" "nvidia-gpu" "opengl" "cuda"];
hardware.graphics = {
enable = true;