Actually add picotool lamo

This commit is contained in:
Nathan McCarty 2023-08-25 14:15:40 -04:00
parent 1d436e6756
commit ebdd874df7
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:3elIBybO7zXuCg+/os7OlO2fwfRPXmObQjcHXBf7Hfg
1 changed files with 1 additions and 1 deletions

View File

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