Move foreign dev shells to flake outputs

This commit is contained in:
Charlotte Van Petegem 2022-04-30 16:06:29 +02:00
parent b451416d6f
commit 311770ad2e
No known key found for this signature in database
GPG key ID: 019E764B7184435A
11 changed files with 61 additions and 215 deletions

View file

@ -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"
'';
}