infinisil / nixus

Experimental deployment tool supporting multi-host abstractions
GNU General Public License v3.0
200 stars 15 forks source link

bump nixpkgs - fixes lib.match errors #60

Closed eyJhb closed 3 months ago

eyJhb commented 3 months ago

Got the following error when trying to build with nixus.

> nix-build -A chronos
error:
       … while calling the 'derivationStrict' builtin

         at /builtin/derivation.nix:9:12: (source not available)

       … while evaluating derivation 'deploy'
         whose name attribute is located at /nix/store/v3nvbfwwnd3cwcjkjwd76ml0kdvvf6f9-source/pkgs/stdenv/generic/make-derivation.nix:331:7

       … while evaluating attribute 'text' of derivation 'deploy'

         at /nix/store/v3nvbfwwnd3cwcjkjwd76ml0kdvvf6f9-source/pkgs/build-support/trivial-builders/default.nix:103:16:

          102|       ({
          103|         inherit text executable checkPhase allowSubstitutes preferLocalBuild;
             |                ^
          104|         passAsFile = [ "text" ]

       (stack trace truncated; use '--show-trace' to show the full trace)

       error: attribute 'match' missing

       at /nix/store/y7l7n6pv90lks34pjnawc372c8m5dxag-nixpkgs-src/nixos/modules/config/users-groups.nix:3:4:

            2|
            3| let
             |    ^
            4|   inherit (lib)
       Did you mean path?

This bump should fix it :)