You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letlibPath=stdenv.lib.makeLibraryPath([ncurses5gmp]++stdenv.lib.optional(stdenv.hostPlatform.isDarwin)libiconv);libEnvVar=stdenv.lib.optionalStringstdenv.hostPlatform.isDarwin"DY"+"LD_LIBRARY_PATH";glibcDynLinker=assertstdenv.isLinux;ifstdenv.hostPlatform.libc=="glibc"then# Could be stdenv.cc.bintools.dynamicLinker, keeping as-is to avoid rebuild.''"$(cat $NIX_CC/nix-support/dynamic-linker)"''else"${stdenv.lib.getLibglibc}/lib/ld-linux*";instdenv.mkDerivationrec{
https://stackoverflow.com/questions/55993023/how-do-i-reference-import-a-derivation-from-a-file-in-nix
From: nix-community/poetry2nix#46
Related: https://unix.stackexchange.com/a/252232
https://nixos.wiki/wiki/OpenGL
TODO: re-test it
https://github.com/Shou/game-rs/blob/master/shell.nix#L31
Relacionado: https://nix.dev/tutorials/declarative-and-reproducible-developer-environments#customizing-your-developer-environment
From: https://yuanwang.ca/posts/getting-started-with-flakes.html
An workaround:
From: https://github.com/divnix/digga/blob/6549cf4c87d1a77138cbecbc6bb9483c20572cd7/shell.nix#L102-L110
https://github.com/seppeljordan/nix-prefetch-github/blob/907844ec302c598d9ab0c9cb0474c763b10d55e9/flake.nix#L63-L67
The text was updated successfully, but these errors were encountered: