Revert "build: remove devShell"
All checks were successful
/ check (pull_request) Successful in 2m27s
All checks were successful
/ check (pull_request) Successful in 2m27s
This reverts commit ee3f767815
.
Turns out pre-commit-hooks needs this.
This commit is contained in:
parent
ee3f767815
commit
3d88d0296e
1 changed files with 5 additions and 0 deletions
|
@ -115,5 +115,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
devShell = nixpkgs.legacyPackages.${system}.mkShell {
|
||||
inherit (self.checks.${system}.pre-commit-check) shellHook;
|
||||
buildInputs = self.checks.${system}.pre-commit-check.enabledPackages;
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue