{ pkgs ? import { } }: pkgs.mkShell { name = "fablab-nixUnstable-shell"; nativeBuildInputs = with pkgs; [ (pkgs.writeShellScriptBin "nix" '' exec -a nix ${pkgs.nixUnstable}/bin/nix --experimental-features "nix-command flakes" "$@" '') ]; }