Initial updates to 25.05
This commit is contained in:
parent
4ee0f79bc9
commit
ed6bc13b13
4 changed files with 16 additions and 15 deletions
|
@ -2,8 +2,9 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.segger-jlink.acceptLicense = true;
|
||||
|
||||
# TODO: whygodwhy.jpg
|
||||
nixpkgs.config.permittedInsecurePackages = [ "segger-jlink-qt4-796s" ];
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"segger-jlink-qt4-810"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pkgs-unstable.platformio # https://github.com/NixOS/nixpkgs/commit/0ba947ba44fc17c7cc94be2374dbfb939900cecd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue