summary refs log tree commit diff
path: root/nix/package.nix
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-10-09 14:18:14 +1300
committerSophie Forrest <git@sophieforrest.com>2024-10-09 14:18:14 +1300
commit394af13667ad2fb81f28eaac59f2e9bdbbe5e520 (patch)
tree2291611f4f9a7d1130e4807de3ba6528b435f4fd /nix/package.nix
parenta434c31af9376c739837b2d1fadaf8c1b84c843e (diff)
chore: remove devenv
Uses a native nix shell.
Diffstat (limited to '')
-rw-r--r--nix/package.nix8
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;
-    };
   };
 }