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

Fix deprecated example from distributed-builds.md #11671

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

onnimonni
Copy link
Contributor

Fixes deprecation warning from nix build:

warning: 'nix store ping' is a deprecated alias for 'nix store info'

Motivation

I was browsing the docs and found this page https://nix.dev/manual/nix/2.24/advanced-topics/distributed-builds and tried the included command and noticed the deprecation warning:

$ nix store ping --store ssh://utm-vm-nixos-builder.local
...
warning: 'nix store ping' is a deprecated alias for 'nix store info'
...

Fixes deprecation warning from nix build:

warning: 'nix store ping' is a deprecated alias for 'nix store info'
@fricklerhandwerk fricklerhandwerk merged commit dbcd4cd into NixOS:master Oct 10, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants