treewide: add distrobox for mcuxpresso (only way to make it work without losing my mind)

This commit is contained in:
Anthony Rodriguez 2024-11-03 18:32:30 +01:00
parent fd85d604ab
commit 22d75b8f7b
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 8 additions and 9 deletions

View file

@ -39,9 +39,9 @@
nautilus
simple-scan
entr
inputs.self.packages.${pkgs.system}.mcuxpresso.ide
dfu-util
segger-jlink
# inputs.self.packages.${pkgs.system}.mcuxpresso.ide
# dfu-util
# segger-jlink
# inputs.self.packages.${pkgs.system}.mcuxpresso.config-tools
];
}

View file

@ -1,9 +1,8 @@
_: {
virtualisation.docker = {
{pkgs, ...}: {
virtualisation.podman = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
dockerCompat = true;
};
environment.systemPackages = [pkgs.distrobox];
}