bump
This commit is contained in:
parent
a61c11d2cb
commit
aa25b68e52
4 changed files with 19 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
# unstable.swagger-cli
|
||||
# swagger-codegen
|
||||
openapi-generator-cli
|
||||
bacon
|
||||
clang
|
||||
clang-tools
|
||||
|
|
@ -28,7 +31,6 @@
|
|||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-12.2.3"
|
||||
# "electron-24.8.6"
|
||||
];
|
||||
|
||||
services.udev.extraRules = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue