Add nix dev shell
This commit is contained in:
parent
76f72fa8a1
commit
978e711642
9
default.nix
Normal file
9
default.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{ pkgs ? import <nixpkgs> {}
|
||||||
|
}:
|
||||||
|
pkgs.mkShell {
|
||||||
|
name="electron-dev";
|
||||||
|
buildInputs = [
|
||||||
|
pkgs.electron
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user