Compare commits
No commits in common. "ebdd874df7d9e9df8529c64150687093750a40ec" and "80c3b1f9fc435eb22a303d2f3446cc6efd0aa5f4" have entirely different histories.
ebdd874df7
...
80c3b1f9fc
|
@ -115,7 +115,5 @@ with nLib; {
|
||||||
hlint
|
hlint
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
# RPi Pico Development
|
|
||||||
(mkIf devel.pico { home.packages = with unstable; [ pico-sdk picotool ]; })
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,5 +39,7 @@ with nLib; {
|
||||||
ktlint
|
ktlint
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
# RPi Pico Development
|
||||||
|
(mkIf devel.pico { home.packages = with unstable; [ pico-sdk ]; })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue