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
|
||||
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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
_: {
|
||||
virtualisation.docker = {
|
||||
{pkgs, ...}: {
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
dockerCompat = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [pkgs.distrobox];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue