nix: use 'inputsFrom'
This commit is contained in:
parent
9d0f311598
commit
bc54c3a6f6
1 changed files with 3 additions and 4 deletions
|
|
@ -72,10 +72,9 @@
|
|||
defaultPackage = packages.dragger;
|
||||
|
||||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ ]
|
||||
++ defaultPackage.nativeBuildInputs
|
||||
++ defaultPackage.buildInputs
|
||||
;
|
||||
inputsFrom = with packages; [
|
||||
dragger
|
||||
];
|
||||
|
||||
inherit (checks.pre-commit) shellHook;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue