Add nix dev shell

pull/1/head
kolaente 3 years ago
parent 76f72fa8a1
commit 978e711642
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

@ -0,0 +1,9 @@
{ pkgs ? import <nixpkgs> {}
}:
pkgs.mkShell {
name="electron-dev";
buildInputs = [
pkgs.electron
];
}
Loading…
Cancel
Save