DeterminateSystems / nuenv

A Nushell environment for Nix
https://determinate.systems
MIT License
203 stars 16 forks source link

Attribute `nuenv` missing on `pkgs` in the example flake #12

Closed starptr closed 1 year ago

starptr commented 1 year ago

When running nix build on the example flake on the readme, nix build complains that pkgs.nuenv doesn't exist.

error: attribute 'nuenv' missing

       at /nix/store/sz6ip46qxi6rl4q6x41diwrj9f7rx42d-source/flake.nix:16:17:

           15|     packages = forAllSystems ({ pkgs, system }: {
           16|       default = pkgs.nuenv.mkDerivation {
             |                 ^
           17|         name = "hello";
       Did you mean one of naev, nodenv, nuXmv, nusmv or rbenv?
lucperkins commented 1 year ago

Should be fixed. Thanks for reporting!