Move picotool from linux to common

This commit is contained in:
Nathan McCarty 2023-08-25 13:31:08 -04:00
parent 80c3b1f9fc
commit 1d436e6756
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:3elIBybO7zXuCg+/os7OlO2fwfRPXmObQjcHXBf7Hfg
2 changed files with 2 additions and 2 deletions

View File

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

View File

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