Git Product home page Git Product logo

Comments (3)

LnL7 avatar LnL7 commented on August 17, 2024 1

The nix 1.11 daemon is not forward compatible with the 2.0 client. Most things work but IFD is one example that doesn't, the nixPath sanity checks fail because of that. I don't think there's a nice way to handle that automatically since the check is correct and should run with the target nix version.

Add this to your configuration temporarily to disable the checks until the daemon is upgraded.

{ config, lib, pkgs, ... }:
with lib;
{
  system.activationScripts.checks.text = mkForce "";
}

That warning is normal and will disappear when the system is upgraded, you can just ignore it.

from nix-darwin.

corps avatar corps commented on August 17, 2024

Thank you for the suggestion! Removing the check worked and the upgrade went fine. Since I know I want to upgrade to 2.0 for all my machines, I borrowed the isNix20 logic check and made this conditional, worked like a charm.

from nix-darwin.

LnL7 avatar LnL7 commented on August 17, 2024

Don't keep it in your config tho, the checks work once the daemon is running >=2.0

from nix-darwin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.