Skip to content
Discussion options

You must be logged in to vote

Hm, how are you expecting to get it?

I would suspect in the end you actually want to properly package your rocq files, build that package with opam-nix and then add it to inputsFrom in an mkShell. In the meantime (just for hacking) you can try something like this:

        devShells.default = pkgs.mkShell {
          packages = with self.legacyPackages.${system}; [
            vscoq-language-server
            coq-library-undecidability
            coq
          ];
        };

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jstrattonsmith
Comment options

@balsoft
Comment options

Answer selected by jstrattonsmith
@jstrattonsmith
Comment options

Comment options

You must be logged in to vote
1 reply
@balsoft
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants