legacyPkgs -> legacyPackages

This commit is contained in:
Eelco Dolstra
2020-02-05 23:14:32 +01:00
parent b7cbbfff51
commit af376fdc23
+2 -2
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;
};
}