Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nix-shell command doesn't work #274

Open
chaotaklon opened this issue Aug 9, 2021 · 2 comments
Open

nix-shell command doesn't work #274

chaotaklon opened this issue Aug 9, 2021 · 2 comments

Comments

@chaotaklon
Copy link

In repository root directory
$ nix-shell

got:
unpacking 'https://github.com/edolstra/flake-compat/archive/cecfd08d13ddef8a79f277e67b8084bd9afa1586.tar.gz'...
unpacking 'https://api.github.com/repos/numtide/flake-utils/tarball/a586a6b966d59f53f45a04f8891fbc017dc09dbe'...
error: nix-shell requires a single derivation
Try 'nix-shell --help' for more information.

Did I do it incorrectly?

OS: Mac Big Sur (M1)
Nix version: 2.3.15

@nakulthebuilder
Copy link

Same problem for me, OS: Mac Big Sur (M1)

@drupol
Copy link
Collaborator

drupol commented Feb 23, 2022

I think you should use Nix flakes (https://nixos.wiki/wiki/Flakes) and then run:

nix build .#ctfp
nix build .#ctfp-reason
nix build .#ctfp-scala
nix build .#ctfp-ocaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants