Compare commits
3 commits
1f35ca1190
...
53ba0c815d
| Author | SHA1 | Date | |
|---|---|---|---|
| 53ba0c815d | |||
| 9621c1b727 | |||
| 16e9c891a8 |
1 changed files with 122 additions and 122 deletions
|
|
@ -169,11 +169,11 @@
|
|||
};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
packages = sd-card.packages.${system}.tools # tea, jq, nodejs, playwright
|
||||
++ (with pkgs; [
|
||||
packages = with pkgs; [
|
||||
nodejs
|
||||
nodePackages.npm
|
||||
]);
|
||||
];
|
||||
inputsFrom = [sd-card.packages.${system}.tools];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue