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
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
❯ nix-shell -p nix-info --run "nix-info -m"error: … while calling the 'import' builtin at «string»:1:18: 1| {...}@args: with import <nixpkgs> args; (pkgs.runCommandCC or pkgs.runCommand) "shell" { buildInputs = [ (nix-info) ]; } "" | ^ … while realising the context of a path … while calling the 'findFile' builtin at «string»:1:25: 1| {...}@args: with import <nixpkgs> args; (pkgs.runCommandCC or pkgs.runCommand) "shell" { buildInputs = [ (nix-info) ]; } "" | ^ error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I)nixos-config on main [!]
Steps To Reproduce
Steps to reproduce the behavior:
nix flake update
, thennix run ./#build-switch
(part of this Nix template)swift
build to fail.Build log
This is the console output:
Here is a link to
nix log /nix/store/64g6qq719bwlrjyqv1rgzf1h9hqyk32x-swift-5.8.drv
:https://gist.github.com/victorhooi/dbddbfd3a1d3dcdba1574a0add3f9cef
Additional context
Add any other context about the problem here.
Notify maintainers
@trofi @stephank @domenkozar @symphorien @dduan @trepetti @Trundle @dtzWill
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: