mirror of
https://github.com/NixOS/nix.git
synced 2025-11-30 14:10:59 +01:00
Fix warning
This commit is contained in:
parent
09e55010f9
commit
2f8a34cddc
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue