dustinlyons / nixos-config

General purpose Nix configuration for macOS / NixOS with starter templates + step-by-step guides ✨
BSD 3-Clause "New" or "Revised" License
1.52k stars 95 forks source link

Fix `dl/download-default-config` error #78

Closed hartikainen closed 4 months ago

hartikainen commented 4 months ago

The final error message ("Error occurred while downloading...") is currently in the progn-block, causing the dl/download-default-config function to always error. This moves the error outside the progn-block and should fix the issue.

dustinlyons commented 4 months ago

Thanks a ton for contributing, @hartikainen. This is my first decent open-source project so I'm always in awe when people chip in 😀

Do you mind fixing this in the templates, too? Then I'll merge.

hartikainen commented 4 months ago

Fixed 🙂

dustinlyons commented 4 months ago

Awesome, thanks again @hartikainen!