Compare commits

..

No commits in common. "ebdd874df7d9e9df8529c64150687093750a40ec" and "80c3b1f9fc435eb22a303d2f3446cc6efd0aa5f4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,5 @@ with nLib; {
hlint
];
})
# RPi Pico Development
(mkIf devel.pico { home.packages = with unstable; [ pico-sdk picotool ]; })
];
}

View File

@ -39,5 +39,7 @@ with nLib; {
ktlint
];
})
# RPi Pico Development
(mkIf devel.pico { home.packages = with unstable; [ pico-sdk ]; })
];
}