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

tree-wide: Fix with nixUnstable #80724

Closed
wants to merge 4 commits into from
Closed

Commits on Feb 21, 2020

  1. nixos/nixos-option: Fix build with nixUnstable

    nix::baseNameOf returns std::string_view instead of std::string in unstable Nix,
    which cannot be autocast to `const char*` expected by `nix::LegacyArgs::LegacyArgs` constructor.
    jtojnar committed Feb 21, 2020
    Copy the full SHA
    6afe6ad View commit details
    Browse the repository at this point in the history
  2. nixos/nixos-rebuild: declare nix-command usage

    Otherwise it fails with nix = nixUnstable overlay. It will also make it easier to find it when we decide to change the experimental command's syntax.
    jtojnar committed Feb 21, 2020
    Copy the full SHA
    e744c47 View commit details
    Browse the repository at this point in the history
  3. nixos/nix-daemon: declare nix-command usage

    Otherwise the nix activation script fails with nix = nixUnstable overlay. It will also make it easier to find it when we decide to change the experimental command's syntax.
    jtojnar committed Feb 21, 2020
    Copy the full SHA
    94a5850 View commit details
    Browse the repository at this point in the history
  4. nixos/nixos-install: declare nix-command usage

    Otherwise the command will likely fail with nix.package = nixUnstable set. It will also make it easier to find it when we decide to change the experimental command's syntax.
    jtojnar committed Feb 21, 2020
    Copy the full SHA
    340f3d9 View commit details
    Browse the repository at this point in the history