Skip to content

Commit 61bc737

Browse files
committed
flake.nix reformat
1 parent 0ee5e08 commit 61bc737

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
zigpkgs.default
3636
zls
3737
];
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.
38+
# This is the equivalent of addDriverRunpath for dev shell. In a Nix
39+
# build we would use addDriverRunpath to patch the binary rpath to
40+
# load the driver libraries. In a devshell we do not have access to
41+
# the binary so we just add the driver library path to
42+
# LD_LIBRARY_PATH.
4343
shellHook = ''
4444
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/run/opengl-driver/lib/";
4545
'';

0 commit comments

Comments
 (0)