Skip to content

Commit

Permalink
refactor: declare environment variable
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Espadeiro <[email protected]>
  • Loading branch information
luishfonseca and EdSwordsmith committed Jul 9, 2024
1 parent 002b430 commit c838e7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
]
++ sysLibs;

shellHook = ''
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.lib.makeLibraryPath sysLibs}"
'';
LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${pkgs.lib.makeLibraryPath sysLibs}";
};

formatter = pkgs.alejandra;
Expand Down

0 comments on commit c838e7a

Please sign in to comment.