build: remove devShell
All checks were successful
/ check (pull_request) Successful in 2m29s

I don't use it anyways and apparently this is deprecated now.
I might add it back when I switch to flake-parts, but that's in the future anwyays.
This commit is contained in:
buffet 2024-06-06 23:26:16 +02:00
parent 7fcda0829a
commit 2e67cac060

View file

@ -115,10 +115,5 @@
};
};
};
devShell = nixpkgs.legacyPackages.${system}.mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
buildInputs = self.checks.${system}.pre-commit-check.enabledPackages;
};
});
}