Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace .s in host name with underscores. #911

Merged
merged 1 commit into from
Apr 20, 2022
Merged

Conversation

jrpotter
Copy link
Contributor

Commit NixOS/nixpkgs@993baa5 changes how hostName is validated within the nixos configuration. This changes makes it such that running ob deploy push on NixOS version > 20.03 fails.

I tried pushing a sample project with this change both locally (21.11) and on a remote machine (19.09).

I have:

  • Based work on latest develop branch
  • Followed the contribution guide
  • Looked for lint in my changes with hlint . (lint found code you did not write can be left alone)
  • Run the test suite: $(nix-build -A selftest --no-out-link)
  • Updated the changelog
  • (Optional) Run CI tests locally: nix-build release.nix -A build.x86_64-linux --no-out-link (or x86_64-darwin on macOS)

@jrpotter jrpotter requested a review from cgibbard April 15, 2022 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants