Lucas Helme
Lucas Helme
Is it possible to have a completely custom help message / disable the default help flag? I would love to be able to use my own formatting for the help...
This Pull Request fixes/closes #2366 It changes the following: - Denies Warnings in `cargo build` - Enables miri as a seperate step running on ubuntu (miri has limited support on...
I've tried using the s3 remote backend below ``` network.storage.s3 = { profile = "root"; region = "us-east-1"; bucket = "main-nixops-state"; key = "personal.nixops"; kms_keyid = "166c5cbe-b827-4105-bdf4-a2db9b52efb4"; }; ``` however...