From 394af13667ad2fb81f28eaac59f2e9bdbbe5e520 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Wed, 9 Oct 2024 14:18:14 +1300 Subject: chore: remove devenv Uses a native nix shell. --- nix/package.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nix/package.nix') 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; - }; }; } -- cgit 1.4.1