This commit is contained in:
parent
171ef10a6d
commit
5c7c2af289
1 changed files with 3 additions and 4 deletions
|
|
@ -59,10 +59,9 @@
|
|||
defaultPackage = self.packages.${system}.abacus;
|
||||
|
||||
devShell = pkgs.mkShell {
|
||||
inherit (self.defaultPackage.${system})
|
||||
checkInputs
|
||||
nativeBuildInputs
|
||||
;
|
||||
inputsFrom = with self.packages.${system}; [
|
||||
abacus
|
||||
];
|
||||
|
||||
inherit (self.checks.${system}.pre-commit) shellHook;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue