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.78k stars 113 forks source link

fix: starterWithSecrets -> starter-with-secrets #71

Closed evanriley closed 6 months ago

evanriley commented 6 months ago

When using the install-with-secrets option for nixos the download_config function attempts to move a folder named 'starterWithSecrets' which cannot be found. This folder is now called starter-with-secrets. This updates the download_config function to move the correct folder.

Thanks for providing a great starting point!

dustinlyons commented 6 months ago

Thanks for finding and fixing this bug!