Skip to content

Commit 2f8a34c

Browse files
committed
Fix warning
1 parent 09e5501 commit 2f8a34c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/nix/profile.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ builtPathsPerInstallable(
263263

264264
struct CmdProfileInstall : InstallablesCommand, MixDefaultProfile
265265
{
266-
std::optional<int> priority;
266+
std::optional<int64_t> priority;
267+
267268
CmdProfileInstall() {
268269
addFlag({
269270
.longName = "priority",

0 commit comments

Comments
 (0)