treewide: add distrobox for mcuxpresso (only way to make it work without losing my mind)
This commit is contained in:
parent
fd85d604ab
commit
22d75b8f7b
2 changed files with 8 additions and 9 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
_: {
|
{pkgs, ...}: {
|
||||||
virtualisation.docker = {
|
virtualisation.podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
rootless = {
|
dockerCompat = true;
|
||||||
enable = true;
|
|
||||||
setSocketVariable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [pkgs.distrobox];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue