bump
This commit is contained in:
parent
6afc7f6fb5
commit
813df81103
4 changed files with 42 additions and 34 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
temurin-bin-17
|
||||
nodejs
|
||||
python310Packages.python-lsp-server
|
||||
sqlite
|
||||
|
|
@ -39,6 +40,7 @@
|
|||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
# probably etcher
|
||||
"electron-19.1.9"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue