Compare commits
2 Commits
80c3b1f9fc
...
ebdd874df7
Author | SHA1 | Date |
---|---|---|
Nathan McCarty | ebdd874df7 | |
Nathan McCarty | 1d436e6756 |
|
@ -115,5 +115,7 @@ with nLib; {
|
||||||
hlint
|
hlint
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
# RPi Pico Development
|
||||||
|
(mkIf devel.pico { home.packages = with unstable; [ pico-sdk picotool ]; })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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