diff options
Diffstat (limited to '')
| -rw-r--r-- | nix/package.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nix/package.nix b/nix/package.nix index ef9ac8f..f15dc81 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -71,13 +71,5 @@ inherit cargoArtifacts; }); }; - - devenv.shells.default = { - env = { - inherit (commonArgs) LD_LIBRARY_PATH PKG_CONFIG_PATH; - }; - - packages = commonArgs.nativeBuildInputs; - }; }; } |