1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Fix warning

This commit is contained in:
Eelco Dolstra 2022-05-25 15:05:39 +02:00
parent 09e55010f9
commit 2f8a34cddc
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -263,7 +263,8 @@ builtPathsPerInstallable(
struct CmdProfileInstall : InstallablesCommand, MixDefaultProfile struct CmdProfileInstall : InstallablesCommand, MixDefaultProfile
{ {
std::optional<int> priority; std::optional<int64_t> priority;
CmdProfileInstall() { CmdProfileInstall() {
addFlag({ addFlag({
.longName = "priority", .longName = "priority",