mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
11 lines
170 B
Nix
11 lines
170 B
Nix
with import <nixpkgs> {};
|
|
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
nodejs-16_x
|
|
electron_22
|
|
];
|
|
|
|
ELECTRON_OVERRIDE_DIST_PATH = "${electron_22}/bin/";
|
|
}
|