Move foreign dev shells to flake outputs
This commit is contained in:
parent
b451416d6f
commit
311770ad2e
11 changed files with 61 additions and 215 deletions
|
@ -1,12 +0,0 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
nodejs-12_x
|
||||
yarn
|
||||
];
|
||||
shellHook = ''
|
||||
export PUPPETEER_EXECUTABLE_PATH="${pkgs.ungoogled-chromium}/bin/chromium"
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue