remove shell.nix

This commit is contained in:
figsoda 2023-05-20 09:55:11 -04:00
parent cc0f0f9d9a
commit aa5c661c37

View File

@ -1,9 +0,0 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShellNoCC {
buildInputs = [
(import ./. { }).passthru.env
];
}