legacyPkgs -> legacyPackages

This commit is contained in:
Eelco Dolstra 2019-05-29 21:11:22 +02:00
parent b7cbbfff51
commit af376fdc23

View file

@ -17,9 +17,9 @@
}; };
packages = { packages = {
inherit (pkgs) hello nix fuse nlohmann_json boost; inherit (pkgs) hello nix fuse nlohmann_json boost firefox;
}; };
legacyPkgs = pkgs; legacyPackages = pkgs;
}; };
} }