legacyPkgs -> legacyPackages

This commit is contained in:
Eelco Dolstra 2019-05-29 21:11:22 +02:00
parent b7cbbfff51
commit af376fdc23
1 changed files with 2 additions and 2 deletions

View File

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