Move picotool from linux to common
This commit is contained in:
parent
80c3b1f9fc
commit
1d436e6756
|
@ -115,5 +115,7 @@ with nLib; {
|
||||||
hlint
|
hlint
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
# RPi Pico Development
|
||||||
|
(mkIf devel.pico { home.packages = with unstable; [ pico-sdk ]; })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,5 @@ with nLib; {
|
||||||
ktlint
|
ktlint
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
# RPi Pico Development
|
|
||||||
(mkIf devel.pico { home.packages = with unstable; [ pico-sdk ]; })
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue