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?
Got the following error when trying to build with nixus.
This bump should fix it :)