Skip to content

Commit a116043

Browse files
committed
fix flake.nix and update flake.lock
1 parent 38f00f2 commit a116043

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

flake.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
rust-pkgs
3535
];
3636
shellHook = ''
37-
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${pkgs.stdenv.cc.cc.lib}/lib
37+
# no longer necessary
38+
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${pkgs.stdenv.cc.cc.lib}/lib
3839
'' + prisma.shellHook;
3940
};
4041
});

0 commit comments

Comments
 (0)