remove broken code

This commit is contained in:
Andreas Zweili 2021-12-20 19:34:48 +01:00
parent 64cfbe126f
commit cc48f11c41
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
pkgs = nixpkgs.legacyPackages.${system};
in
rec {
devShell."${system}" = pkgs.mkShell {
devShell = pkgs.mkShell {
buildInputs = [ gnumake ];
};
});