Add electron tools
This commit is contained in:
parent
d9b0d8d4cb
commit
fc28b23995
1 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
nixpkgs-fmt
|
||||
pyenv
|
||||
rustup
|
||||
electron-fiddle
|
||||
electron
|
||||
|
||||
# Languages
|
||||
gcc
|
||||
|
|
@ -25,4 +27,8 @@
|
|||
programs.direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-24.8.6"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue