1 2 3 4 5
with import <nixpkgs> {}; mkShell { inherit (import ./default.nix {}) buildInputs nativeBuildInputs; }