Compare commits
No commits in common. "81addfc96ddc523baf8403fcfce652c694395812" and "ebdd874df7d9e9df8529c64150687093750a40ec" have entirely different histories.
81addfc96d
...
ebdd874df7
10
flake.nix
10
flake.nix
|
@ -335,15 +335,5 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
devShells = {
|
||||
pico = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
pico-sdk
|
||||
picotool
|
||||
gcc-arm-embedded
|
||||
minicom
|
||||
];
|
||||
};
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
@ -116,13 +116,6 @@ with nLib; {
|
|||
];
|
||||
})
|
||||
# RPi Pico Development
|
||||
(mkIf devel.pico {
|
||||
home.packages = with unstable; [
|
||||
pico-sdk
|
||||
picotool
|
||||
gcc-arm-embedded
|
||||
minicom
|
||||
];
|
||||
})
|
||||
(mkIf devel.pico { home.packages = with unstable; [ pico-sdk picotool ]; })
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue