mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
fix: formatting
This commit is contained in:
parent
12a55d533e
commit
36281c725e
6 changed files with 13 additions and 20 deletions
|
|
@ -6,8 +6,8 @@
|
|||
environment.systemPackages = [
|
||||
(pkgs.symlinkJoin {
|
||||
name = "uv";
|
||||
paths = [ pkgsUnstable.uv ];
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
paths = [pkgsUnstable.uv];
|
||||
nativeBuildInputs = [pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/uv \
|
||||
--run "export LD_LIBRARY_PATH=\$NIX_LD_LIBRARY_PATH"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue