You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/projects/jumpcutter master ±✚ nix-build -A bundle --show-trace
error: attribute 'lib' missing
at /nix/store/sxr7i1w7jc28w5x8pbpng516zwhjqv5y-source/default.nix:38:21:
37| # TODO: eventually should this go in nixpkgs?
38| nix-user-chroot = stdenv.lib.makeOverridable stdenv.mkDerivation {
| ^
39| name = "nix-user-chroot-2c52b5f";
… while evaluating the attribute 'text' of the derivation 'startup'
at /nix/store/a1s38prxjhdjayap276mcwrq02c803y5-nixos-22.11/nixos/pkgs/stdenv/generic/make-derivation.nix:270:7:
269| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
270| name =
| ^
271| let
… while evaluating the attribute 'exportReferencesGraph' of the derivation 'maketar'
at /nix/store/a1s38prxjhdjayap276mcwrq02c803y5-nixos-22.11/nixos/pkgs/stdenv/generic/make-derivation.nix:270:7:
269| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
270| name =
| ^
271| let
… while evaluating the attribute 'buildCommand' of the derivation 'arx'
at /nix/store/a1s38prxjhdjayap276mcwrq02c803y5-nixos-22.11/nixos/pkgs/stdenv/generic/make-derivation.nix:270:7:
269| // (lib.optionalAttrs (attrs ? name || (attrs ? pname && attrs ? version)) {
270| name =
| ^
271| let
but nix-build without argument works
The text was updated successfully, but these errors were encountered:
but
nix-build
without argument worksThe text was updated successfully, but these errors were encountered: