Skip to content

Commit

Permalink
Merge pull request #13 from contrun/patch-1
Browse files Browse the repository at this point in the history
remove the trailing new line in NIX_LD
  • Loading branch information
Mic92 authored Oct 17, 2021
2 parents 6b7c792 + 33f2977 commit 55086c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ be done with a `shell.nix` in a nix-shell like this:
openssl
# ...
];
NIX_LD = builtins.readFile "${stdenv.cc}/nix-support/dynamic-linker";
NIX_LD = lib.fileContents "${stdenv.cc}/nix-support/dynamic-linker";
}
```

Expand Down

0 comments on commit 55086c7

Please sign in to comment.