I am getting an error when running the initialization commands in the readme:
$ nix-shell https://coq.inria.fr/nix/toolbox --arg do-nothing true --run generateNixDefault
$ nix-shell --arg do-nothing true --run "initNixConfig deriving"
/tmp/nix-shell-44376-0/rc: line 3: initNixConfig: command not found\
What does this mean?
Arthur Azevedo de Amorim said:
I am getting an error when running the initialization commands in the readme:
$ nix-shell https://coq.inria.fr/nix/toolbox --arg do-nothing true --run generateNixDefault $ nix-shell --arg do-nothing true --run "initNixConfig deriving" /tmp/nix-shell-44376-0/rc: line 3: initNixConfig: command not found\
What does this mean?
Probably you also have a shell.nix
in the directory you are running those commands from, and it's taking precedence over default.nix
(created by generateNixDefault
)
Arthur Azevedo de Amorim has marked this topic as resolved.
Thanks!
Last updated: Jun 11 2023 at 00:30 UTC