Skip to content

Commit

Permalink
🧑‍💻 nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
j1g5awi committed Mar 21, 2024
1 parent 02cd16f commit 8a8e7b4
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
use flake
use flake . --impure
source .venv/bin/activate
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
{
devShells.${system} = {
default = pkgs.mkShell {
shellHook = ''
export LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath [pkgs.stdenv.cc.cc]}
''
;
NIX_LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
pkgs.stdenv.cc.cc
];
NIX_LD = pkgs.lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
};
};
};
Expand Down
Loading

0 comments on commit 8a8e7b4

Please sign in to comment.