Compare commits
No commits in common. "53ba0c815d998e9167a22c8cea1d17c43609b73d" and "1f35ca1190b504faad8c8e7b7f83dbfed20e2d54" have entirely different histories.
53ba0c815d
...
1f35ca1190
1 changed files with 122 additions and 122 deletions
|
|
@ -169,11 +169,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = sd-card.packages.${system}.tools # tea, jq, nodejs, playwright
|
||||||
|
++ (with pkgs; [
|
||||||
nodejs
|
nodejs
|
||||||
nodePackages.npm
|
nodePackages.npm
|
||||||
];
|
]);
|
||||||
inputsFrom = [sd-card.packages.${system}.tools];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue