We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee5e08 commit 61bc737Copy full SHA for 61bc737
2 files changed
flake.lock
flake.nix
@@ -35,11 +35,11 @@
35
zigpkgs.default
36
zls
37
];
38
- # This is the equivalent of addDriverRunpath for dev shell.
39
- # In a Nix build we would use addDriverRunpath to patch the
40
- # binary rpath to load the driver libraries. In a devshell
41
- # we do not have access to the binary so we just add the
42
- # driver library path to LD_LIBRARY_PATH.
+ # This is the equivalent of addDriverRunpath for dev shell. In a Nix
+ # build we would use addDriverRunpath to patch the binary rpath to
+ # load the driver libraries. In a devshell we do not have access to
+ # the binary so we just add the driver library path to
+ # LD_LIBRARY_PATH.
43
shellHook = ''
44
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/run/opengl-driver/lib/";
45
'';
0 commit comments