build: remove devShell
All checks were successful
/ check (push) Successful in 2m30s

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 5ffde4a2d4
commit ee3f767815

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;
};
}); });
} }