0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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;
}; };
} }