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 nautilus
simple-scan simple-scan
entr entr
inputs.self.packages.${pkgs.system}.mcuxpresso.ide # inputs.self.packages.${pkgs.system}.mcuxpresso.ide
dfu-util # dfu-util
segger-jlink # segger-jlink
# inputs.self.packages.${pkgs.system}.mcuxpresso.config-tools # inputs.self.packages.${pkgs.system}.mcuxpresso.config-tools
]; ];
} }

View file

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