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

The default pkgs is <nixpkgs>, not <nixos> #10

Closed
Profpatsch opened this issue Jun 14, 2019 · 1 comment
Closed

The default pkgs is <nixpkgs>, not <nixos> #10

Profpatsch opened this issue Jun 14, 2019 · 1 comment

Comments

@Profpatsch
Copy link

You should change the pkgs attribute to be pkgs ? import <nixpkgs> {}, which is the right way to import nixpkgs.

<nixos> is just a reference to <nixpkgs/nixos> usually, and is NixOS-specific.

@kolloch
Copy link
Collaborator

kolloch commented Jul 21, 2019

Thanks for the suggestion!

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

2 participants